Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
ethernet.h File Reference
#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]
 

Function Documentation

◆ operator!=()

◆ operator==()

Variable Documentation

◆ dst

Address dst

◆ payload

std::uint8_t payload[MTU]

◆ prot

Protocol prot

◆ src

Address src