Skip to main content

ExportDataMessage Struct

Export data from the device (MessageType::EXPORT_DATA, version 1). More...

Declaration

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

Included Headers

Public Member Attributes Index

DataTypedata_type = DataType::INVALID

The type of data to be exported. More...

ConfigurationSourcesource = ConfigurationSource::ACTIVE

The source to copy this data from. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::EXPORT_DATA
static constexpr uint8_tMESSAGE_VERSION = 0

Description

Export data from the device (MessageType::EXPORT_DATA, version 1).

Expected Response

The device will respond with a PlatformStorageDataMessage.

Definition at line 1436 of file configuration.h.

Public Member Attributes

data_type

DataType point_one::fusion_engine::messages::ExportDataMessage::data_type = DataType::INVALID

The type of data to be exported.

Definition at line 1442 of file configuration.h.

1442 DataType data_type = DataType::INVALID;

source

ConfigurationSource point_one::fusion_engine::messages::ExportDataMessage::source = ConfigurationSource::ACTIVE

The source to copy this data from.

If the data_type doesn't separate active and saved data, this will be ignored.

Definition at line 1447 of file configuration.h.

1447 ConfigurationSource source = ConfigurationSource::ACTIVE;

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::ExportDataMessage::MESSAGE_TYPE = MessageType::EXPORT_DATA
constexpr static

Definition at line 1437 of file configuration.h.

1437 static constexpr MessageType MESSAGE_TYPE = MessageType::EXPORT_DATA;

MESSAGE_VERSION

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

Definition at line 1438 of file configuration.h.

1438 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.