point_one::fusion_engine::messages::ExportDataMessage Struct Reference

Detailed Description

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

Expected Response

The device will respond with a PlatformStorageDataMessage.

Definition at line 1438 of file configuration.h.

#include <point_one/fusion_engine/messages/configuration.h>

Public Attributes

DataType data_type = DataType::INVALID
 The type of data to be exported. More...
 
ConfigurationSource source = ConfigurationSource::ACTIVE
 The source to copy this data from. More...
 

Static Public Attributes

static constexpr MessageType MESSAGE_TYPE = MessageType::EXPORT_DATA
 
static constexpr uint8_t MESSAGE_VERSION = 0
 

Member Data Documentation

◆ data_type

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

The type of data to be exported.

Definition at line 1444 of file configuration.h.

◆ MESSAGE_TYPE

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

Definition at line 1439 of file configuration.h.

◆ MESSAGE_VERSION

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

Definition at line 1440 of file configuration.h.

◆ 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 1449 of file configuration.h.


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