Skip to main content

StartupRequest Struct

Start up a device (MessageType::STARTUP_REQUEST, version 1). More...

Declaration

struct point_one::fusion_engine::messages::StartupRequest { ... }

Included Headers

Base struct

structMessagePayload

The base class for all message payloads. More...

Public Member Attributes Index

uint64_tstartup_flags = 0

A bitmask of flags associated with the event. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::STARTUP_REQUEST
static constexpr uint8_tMESSAGE_VERSION = 0
static constexpr uint64_tSTART_ENGINE = 0x0000000000000001

Start navigation engine if not running. More...

static constexpr uint64_tSTART_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

uint64_t point_one::fusion_engine::messages::StartupRequest::startup_flags = 0

A bitmask of flags associated with the event.

info

For backwards compatibility, a value of 0 is treated as if the START_ENGINE bit is set (1).

Definition at line 386 of file control.h.

386 uint64_t startup_flags = 0;

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::StartupRequest::MESSAGE_TYPE = MessageType::STARTUP_REQUEST
constexpr static

Definition at line 367 of file control.h.

367 static constexpr MessageType MESSAGE_TYPE = MessageType::STARTUP_REQUEST;

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::StartupRequest::MESSAGE_VERSION = 0
constexpr static

Definition at line 368 of file control.h.

368 static constexpr uint8_t MESSAGE_VERSION = 0;

START_ENGINE

constexpr uint64_t point_one::fusion_engine::messages::StartupRequest::START_ENGINE = 0x0000000000000001
constexpr static

Start navigation engine if not running.

Definition at line 373 of file control.h.

373 static constexpr uint64_t START_ENGINE = 0x0000000000000001;

START_NEW_LOG

constexpr uint64_t point_one::fusion_engine::messages::StartupRequest::START_NEW_LOG = 0x0000000000000002
constexpr static

If a log is not being generated, start a new log.

If a log is active, end it, and immediately start a new log.

Definition at line 378 of file control.h.

378 static constexpr uint64_t START_NEW_LOG = 0x0000000000000002;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.