Skip to main content

SupportedIOInterfacesMessage Struct

A list of transport interfaces supported by the device (MessageType::SUPPORTED_IO_INTERFACES, version 1). More...

Declaration

struct point_one::fusion_engine::messages::SupportedIOInterfacesMessage { ... }

Included Headers

Base struct

structMessagePayload

The base class for all message payloads. More...

Public Member Attributes Index

uint8_tnum_interfaces = 0

The number of interfaces reported by this message. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = ...
static constexpr uint8_tMESSAGE_VERSION = 0

Description

A list of transport interfaces supported by the device (MessageType::SUPPORTED_IO_INTERFACES, version 1).

Definition at line 2475 of file configuration.h.

Public Member Attributes

num_interfaces

uint8_t point_one::fusion_engine::messages::SupportedIOInterfacesMessage::num_interfaces = 0

The number of interfaces reported by this message.

Definition at line 2481 of file configuration.h.

2481 uint8_t num_interfaces = 0;

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::SupportedIOInterfacesMessage::MESSAGE_TYPE
constexpr static
Initialiser

Definition at line 2476 of file configuration.h.

2476 static constexpr MessageType MESSAGE_TYPE =

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::SupportedIOInterfacesMessage::MESSAGE_VERSION = 0
constexpr static

Definition at line 2478 of file configuration.h.

2478 static constexpr uint8_t MESSAGE_VERSION = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.