Identifies an IO interface. More...
#include <point_one/fusion_engine/messages/configuration.h>
Public Member Functions | |
bool | operator!= (const InterfaceID &other) const |
bool | operator== (const InterfaceID &other) const |
Public Attributes | |
uint8_t | index = 0 |
An identifier for the instance of this transport. More... | |
TransportType | type = TransportType::INVALID |
The interface's transport type. More... | |
Identifies an IO interface.
(e.g., serial port 0 or TCP server 2)
Definition at line 1075 of file configuration.h.
|
inline |
Definition at line 1086 of file configuration.h.
|
inline |
Definition at line 1082 of file configuration.h.
uint8_t point_one::fusion_engine::messages::InterfaceID::index = 0 |
An identifier for the instance of this transport.
Definition at line 1079 of file configuration.h.
TransportType point_one::fusion_engine::messages::InterfaceID::type = TransportType::INVALID |
The interface's transport type.
Definition at line 1077 of file configuration.h.