EPS Conduits  v0.0.2-2413
networking over networking
EPS::CommData1 Struct Referencefinal

Communication header: data packet. More...

#include "comm.hpp"

Collaboration diagram for EPS::CommData1:

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...
 

Detailed Description

Communication header: data packet.

Member Function Documentation

◆ set()

void EPS::CommData1::set ( const size_t  number_of_data_bytes,
const UUID uuid 
)

Initialize the header.

Here is the caller graph for this function:

Member Data Documentation

◆ data

uint8_t EPS::CommData1::data[0]

start of encapsulated ethernet frame

◆ dst_uuid

UUID16 EPS::CommData1::dst_uuid

destination uuid (if known)

◆ header

CommHeader1 EPS::CommData1::header

common header


The documentation for this struct was generated from the following files: