Communication header: data packet. More...
#include "comm.hpp"
Public Member Functions | |
void | set (const size_t number_of_data_bytes, const UUID &uuid) |
Initialize the header. More... | |
Public Attributes | |
CommHeader1 | header |
common header More... | |
UUID16 | dst_uuid |
destination uuid (if known) More... | |
uint8_t | data [0] |
start of encapsulated ethernet frame More... | |
Communication header: data packet.
void EPS::CommData1::set | ( | const size_t | number_of_data_bytes, |
const UUID & | uuid | ||
) |
Initialize the header.
uint8_t EPS::CommData1::data[0] |
start of encapsulated ethernet frame
UUID16 EPS::CommData1::dst_uuid |
destination uuid (if known)
CommHeader1 EPS::CommData1::header |
common header