StartupRequest Struct
Start up a device (MessageType::STARTUP_REQUEST, version 1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| uint64_t | startup_flags = 0 |
|
A bitmask of flags associated with the event. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::STARTUP_REQUEST |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
| static constexpr uint64_t | START_ENGINE = 0x0000000000000001 |
|
Start navigation engine if not running. More... | |
| static constexpr uint64_t | START_NEW_LOG = 0x0000000000000002 |
|
If a log is not being generated, start a new log. More... | |
Description
Start up a device (MessageType::STARTUP_REQUEST, version 1).
Expected Response
The device will respond with a CommandResponseMessage indicating whether or not the request succeeded.
Definition at line 366 of file control.h.
Public Member Attributes
startup_flags
|
A bitmask of flags associated with the event.
For backwards compatibility, a value of 0 is treated as if the START_ENGINE bit is set (1).
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 367 of file control.h.
MESSAGE_VERSION
| constexpr static |
START_ENGINE
| constexpr static |
START_NEW_LOG
| constexpr static |
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.