I/O interface parameter configuration submessage (used when sending a SetConfigMessage or GetConfigMessage for ConfigType::INTERFACE_CONFIG).
In SetConfigMessage, GetConfigMessage, and ConfigResponseMessage, this struct can be used to access settings associated with a a particular I/O interface. For example, to set the baudrate for serial port 1:
This message must be followed by the parameter value to be used:
See InterfaceConfigType for a complete list of parameters and their data formats.
Definition at line 2264 of file configuration.h.
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
InterfaceID | interface = InterfaceID(TransportType::CURRENT, 0) |
The ID of the interface to be configured or queried. More... | |
InterfaceConfigType | subtype = InterfaceConfigType::INVALID |
The interface setting to get or set. More... | |
InterfaceID point_one::fusion_engine::messages::InterfaceConfigSubmessage::interface = InterfaceID(TransportType::CURRENT, 0) |
The ID of the interface to be configured or queried.
Definition at line 2271 of file configuration.h.
InterfaceConfigType point_one::fusion_engine::messages::InterfaceConfigSubmessage::subtype = InterfaceConfigType::INVALID |
The interface setting to get or set.
Definition at line 2276 of file configuration.h.