Device Configuration Import/Export
Messages for importing/exporting device configuration. More...
Classes Index
| struct | ExportDataMessage |
|
Export data from the device (MessageType::EXPORT_DATA, version 1). More... | |
| struct | ImportDataMessage |
|
Import data from the host to the device (MessageType::IMPORT_DATA, version 1). More... | |
| struct | PlatformStorageDataMessage |
|
Message for reporting platform storage data (MessageType::PLATFORM_STORAGE_DATA, version 1). More... | |
Enumerations Index
| enum class | DataType : uint8_t { ... } |
|
Type of data stored on device. More... | |
Operators Index
| p1_ostream & | operator<< (p1_ostream &stream, DataType val) |
Functions Index
| P1_CONSTEXPR_FUNC const char * | to_string (DataType type) |
Description
Messages for importing/exporting device configuration.
See also Device Configuration Settings Control.
Enumerations
DataType
| strong |
Type of data stored on device.
- Enumeration values
-
CALIBRATION_STATE (= 0) CRASH_LOG (= 1) FILTER_STATE (= 2) USER_CONFIG (= 3) INVALID (= 255)
Definition at line 1350 of file configuration.h.
Operators
operator<<()
| inline |
DataType stream operator.
Definition at line 1387 of file configuration.h.
Functions
to_string()
|
Get a string representation of a DataType.
- Parameters
-
type The requested type.
- Returns
The corresponding string name.
Definition at line 1366 of file configuration.h.
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.