point_one::fusion_engine::messages::InterfaceID Struct Reference

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...
 

Detailed Description

Identifies an IO interface.

(e.g., serial port 0 or TCP server 2)

Definition at line 1075 of file configuration.h.

Member Function Documentation

◆ operator!=()

bool point_one::fusion_engine::messages::InterfaceID::operator!= ( const InterfaceID other) const
inline

Definition at line 1086 of file configuration.h.

◆ operator==()

bool point_one::fusion_engine::messages::InterfaceID::operator== ( const InterfaceID other) const
inline

Definition at line 1082 of file configuration.h.

Member Data Documentation

◆ index

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.

◆ type

TransportType point_one::fusion_engine::messages::InterfaceID::type = TransportType::INVALID

The interface's transport type.

Definition at line 1077 of file configuration.h.


The documentation for this struct was generated from the following file: