Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <protocol.h>
Public Types | |
enum | Null { NULL_VALUE } |
Public Member Functions | |
Address () | |
Address (const Null &null) | |
Address (Physical_Address paddr, Port port) | |
void | paddr (Physical_Address addr) |
const Physical_Address & | paddr () const |
void | port (Port port) |
const Port & | port () const |
const std::string | to_string () const |
operator bool () const | |
bool | operator== (const Address &a) const |
Static Public Attributes | |
static const Address | BROADCAST |