Perform a device shutdown (MessageType::SHUTDOWN_REQUEST, version 1.0).
Expected Response
The device will respond with a CommandResponseMessage indicating whether or not the request succeeded.
Definition at line 334 of file control.h.
#include <point_one/fusion_engine/messages/control.h>
◆ MESSAGE_TYPE
◆ MESSAGE_VERSION
constexpr uint8_t point_one::fusion_engine::messages::ShutdownRequest::MESSAGE_VERSION = 0 |
|
staticconstexpr |
◆ shutdown_flags
uint64_t point_one::fusion_engine::messages::ShutdownRequest::shutdown_flags = 0 |
A bitmask of flags associated with the event.
- Note
- For backwards compatibility, a value of
0
is treated as if the STOP_ENGINE bit is set (0x0000000000000001
).
Definition at line 353 of file control.h.
◆ STOP_CURRENT_LOG
constexpr uint64_t point_one::fusion_engine::messages::ShutdownRequest::STOP_CURRENT_LOG = 0x0000000000000002 |
|
staticconstexpr |
If a log is being generated, end that log.
Definition at line 345 of file control.h.
◆ STOP_ENGINE
constexpr uint64_t point_one::fusion_engine::messages::ShutdownRequest::STOP_ENGINE = 0x0000000000000001 |
|
staticconstexpr |
Stop navigation engine and flush state to non-volatile storage.
Definition at line 341 of file control.h.
The documentation for this struct was generated from the following file:
- src/point_one/fusion_engine/messages/control.h