Go to the source code of this file.
Classes | |
struct | rf_header |
class | RoutedFrame |
The class of a routed frame. More... | |
Functions | |
struct rf_header | __attribute__ ((packed)) |
Variables | |
RoutedFrame | __attribute__ |
uint8_t | flag_field |
uint32_t | frame_id |
uint8_t | frame_type |
uint32_t | hostname_source_len |
unsigned char | mac_destination_ [6] |
uint32_t | mc_group_len |
uint32_t | packet_id |
uint32_t | packet_sequence_num |
uint32_t | packet_size |
uint32_t | payload_len |
uint8_t | payload_type |
uint32_t | route_id |
uint32_t | topic_len |
struct rf_header __attribute__ | ( | (packed) | ) |
uint8_t flag_field |
Definition at line 36 of file RoutedFrame.h.
uint32_t frame_id |
Definition at line 31 of file RoutedFrame.h.
uint8_t frame_type |
Definition at line 29 of file RoutedFrame.h.
uint32_t hostname_source_len |
Definition at line 38 of file RoutedFrame.h.
unsigned char mac_destination_[6] |
Definition at line 30 of file RoutedFrame.h.
uint32_t mc_group_len |
Definition at line 39 of file RoutedFrame.h.
uint32_t packet_id |
Definition at line 33 of file RoutedFrame.h.
uint32_t packet_sequence_num |
Definition at line 34 of file RoutedFrame.h.
uint32_t packet_size |
Definition at line 35 of file RoutedFrame.h.
uint32_t payload_len |
Definition at line 41 of file RoutedFrame.h.
uint8_t payload_type |
Definition at line 37 of file RoutedFrame.h.
uint32_t route_id |
Definition at line 32 of file RoutedFrame.h.
uint32_t topic_len |
Definition at line 40 of file RoutedFrame.h.