Communication header: send a number of important addresses sent by the server to the clients on startup. More...
#include "comm.hpp"

Public Member Functions | |
| void | set (const IPv4 &network, const IPv4 &netmask, const IPv4 &address) |
| Set the CommAddress1 fields. More... | |
| CommAddress1 (void) | |
| Constructor. More... | |
| CommAddress1 (const IPv4 &network, const IPv4 &netmask, const IPv4 &address) | |
| Constructor. More... | |
Public Attributes | |
| CommHeader1 | header |
| common header More... | |
| uint32_t | network_address |
| EPS network More... | |
| uint32_t | network_netmask |
| EPS netmask More... | |
| uint32_t | client_address |
| EPS client address More... | |
Communication header: send a number of important addresses sent by the server to the clients on startup.
| EPS::CommAddress1::CommAddress1 | ( | void | ) |
Constructor.
| EPS::CommAddress1::CommAddress1 | ( | const IPv4 & | network, |
| const IPv4 & | netmask, | ||
| const IPv4 & | address | ||
| ) |
Constructor.
| uint32_t EPS::CommAddress1::client_address |
EPS client address
| CommHeader1 EPS::CommAddress1::header |
common header
| uint32_t EPS::CommAddress1::network_address |
EPS network
| uint32_t EPS::CommAddress1::network_netmask |
EPS netmask