![]() |
EduArt Sensor Ring Library 3.0.1
|
Parameter structure of a communication bus. A bus is one communication interface e.g. CAN bus and has an arbitrary number of sensor boards connected. More...
#include <Parameter.hpp>
Public Attributes | |
| std::string | interface_name |
| Name of the communication interface. E.g. "can0" for a CAN bus. | |
| com::InterfaceType | type = com::InterfaceType::UNDEFINED |
| Type of the communication interface. Only interface types that are defined in com::InterfaceType are currently supported. | |
| std::vector< sensor::SensorBoardParams > | board_param_vec |
| Parameters of the sensor boards that are connected through this communication interface. Each element belongs to a unique sensor board. | |
Parameter structure of a communication bus. A bus is one communication interface e.g. CAN bus and has an arbitrary number of sensor boards connected.