Export data from the device (MessageType::EXPORT_DATA, version 1.0).
The device will respond with a PlatformStorageDataMessage.
Definition at line 1436 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 |
| 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.
|
staticconstexpr |
Definition at line 1437 of file configuration.h.
|
staticconstexpr |
Definition at line 1438 of file configuration.h.
| 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.
1.8.18