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

Perform a device shutdown (MessageType::SHUTDOWN_REQUEST, version 1.0). More...

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

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

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
 

Detailed Description

Perform a device shutdown (MessageType::SHUTDOWN_REQUEST, version 1.0).

Definition at line 370 of file control.h.

Member Data Documentation

◆ MESSAGE_TYPE

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

Definition at line 371 of file control.h.

◆ MESSAGE_VERSION

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

Definition at line 372 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 374 of file control.h.


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