Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <cstdint>
#include <cstring>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | Ethernet |
struct | Ethernet::Address |
struct | Ethernet::Frame |
Functions | |
bool | operator== (const Ethernet::Address &a, const Ethernet::Address &b) |
bool | operator!= (const Ethernet::Address &a, const Ethernet::Address &b) |
Variables | |
Address | dst |
Address | src |
Protocol | prot |
std::uint8_t | payload [MTU] |
|
inline |
|
inline |
Address dst |
std::uint8_t payload[MTU] |
Protocol prot |
Address src |