#include <EthernetFrame.h>
Public Member Functions | |
| bool | operator== (const stc_frame &st) |
| void | print_frame () |
| stc_frame () | |
Public Attributes | |
| bool | cr |
| uint32_t | frame_id |
| std::string | hostname_source |
| unsigned char | mac [6] |
| std::string | mc_group |
| std::string | network_string |
| uint8_t | retransmitted |
| unsigned long | ts |
| uint8_t | type |
Definition at line 14 of file EthernetFrame.h.
| stc_frame::stc_frame | ( | ) | [inline] |
Definition at line 35 of file EthernetFrame.h.
| bool stc_frame::operator== | ( | const stc_frame & | st | ) | [inline] |
Definition at line 40 of file EthernetFrame.h.
| void stc_frame::print_frame | ( | ) | [inline] |
Definition at line 30 of file EthernetFrame.h.
| bool stc_frame::cr |
Definition at line 21 of file EthernetFrame.h.
| uint32_t stc_frame::frame_id |
Definition at line 17 of file EthernetFrame.h.
| std::string stc_frame::hostname_source |
Definition at line 24 of file EthernetFrame.h.
| unsigned char stc_frame::mac[6] |
Definition at line 22 of file EthernetFrame.h.
| std::string stc_frame::mc_group |
Definition at line 25 of file EthernetFrame.h.
| std::string stc_frame::network_string |
Definition at line 16 of file EthernetFrame.h.
| uint8_t stc_frame::retransmitted |
Definition at line 19 of file EthernetFrame.h.
| unsigned long stc_frame::ts |
Definition at line 26 of file EthernetFrame.h.
| uint8_t stc_frame::type |
Definition at line 23 of file EthernetFrame.h.