Query the set of message streams configured to be output by the device on a specified interface. More...
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
InterfaceID | output_interface |
The output interface to get the config for. More... | |
ConfigurationSource | request_source = ConfigurationSource::ACTIVE |
The config source to request data from (active, saved, etc.). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE |
static constexpr uint8_t | MESSAGE_VERSION = 0 |
Query the set of message streams configured to be output by the device on a specified interface.
(MessageType::GET_OUTPUT_INTERFACE_CONFIG, version 1.0).
The device will respond with a OutputInterfaceConfigResponseMessage containing the values.
Definition at line 1213 of file configuration.h.
|
staticconstexpr |
Definition at line 1214 of file configuration.h.
|
staticconstexpr |
Definition at line 1216 of file configuration.h.
InterfaceID point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage::output_interface |
The output interface to get the config for.
If the type
is TransportType::ALL then request the configuration for all interfaces.
Definition at line 1227 of file configuration.h.
ConfigurationSource point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage::request_source = ConfigurationSource::ACTIVE |
The config source to request data from (active, saved, etc.).
Definition at line 1219 of file configuration.h.