Message for reporting platform storage data (MessageType::PLATFORM_STORAGE_DATA, version 1.0).
See also ExportDataMessage.
Changes:
Definition at line 2468 of file configuration.h.
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
uint32_t | data_length_bytes = 0 |
Number of bytes in data contents. More... | |
DataType | data_type = DataType::INVALID |
The type of data contained in this message. More... | |
DataVersion | data_version |
Version of data contents. More... | |
Response | response = Response::OK |
The status of the specified data type on the device. More... | |
ConfigurationSource | source = ConfigurationSource::ACTIVE |
The source this data was copied from. More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE |
static constexpr uint8_t | MESSAGE_VERSION = 2 |
uint32_t point_one::fusion_engine::messages::PlatformStorageDataMessage::data_length_bytes = 0 |
Number of bytes in data contents.
Definition at line 2491 of file configuration.h.
DataType point_one::fusion_engine::messages::PlatformStorageDataMessage::data_type = DataType::INVALID |
The type of data contained in this message.
Definition at line 2476 of file configuration.h.
DataVersion point_one::fusion_engine::messages::PlatformStorageDataMessage::data_version |
Version of data contents.
Definition at line 2489 of file configuration.h.
|
staticconstexpr |
Definition at line 2469 of file configuration.h.
|
staticconstexpr |
Definition at line 2471 of file configuration.h.
Response point_one::fusion_engine::messages::PlatformStorageDataMessage::response = Response::OK |
The status of the specified data type on the device.
Definition at line 2480 of file configuration.h.
ConfigurationSource point_one::fusion_engine::messages::PlatformStorageDataMessage::source = ConfigurationSource::ACTIVE |
The source this data was copied from.
If the data_type doesn't separate active and saved data, this will be set to ConfigurationSource::ACTIVE.
Definition at line 2486 of file configuration.h.