point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage Struct Reference

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>

Inheritance diagram for point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage:
point_one::fusion_engine::messages::MessagePayload

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
 

Detailed Description

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.

Member Data Documentation

◆ MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage::MESSAGE_TYPE
staticconstexpr
Initial value:

Definition at line 1214 of file configuration.h.

◆ MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::GetOutputInterfaceConfigMessage::MESSAGE_VERSION = 0
staticconstexpr

Definition at line 1216 of file configuration.h.

◆ output_interface

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.

◆ request_source

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.


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