point_one::fusion_engine::messages::ShutdownRequest Struct Reference

Detailed Description

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 474 of file control.h.

Inheritance diagram for point_one::fusion_engine::messages::ShutdownRequest:
point_one::fusion_engine::messages::MessagePayload

#include <point_one/fusion_engine/messages/control.h>

Public Attributes

uint64_t shutdown_flags = 0
 A bitmask of flags associated with the event. More...
 

Static Public Attributes

static constexpr MessageType MESSAGE_TYPE = MessageType::SHUTDOWN_REQUEST
 
static constexpr uint8_t MESSAGE_VERSION = 0
 

Member Data Documentation

◆ MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::ShutdownRequest::MESSAGE_TYPE = MessageType::SHUTDOWN_REQUEST
staticconstexpr

Definition at line 475 of file control.h.

◆ MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::ShutdownRequest::MESSAGE_VERSION = 0
staticconstexpr

Definition at line 476 of file control.h.

◆ shutdown_flags

uint64_t point_one::fusion_engine::messages::ShutdownRequest::shutdown_flags = 0

A bitmask of flags associated with the event.

Definition at line 478 of file control.h.


The documentation for this struct was generated from the following file: