Resume
Resume

Contains the logic for the Inertial "Resume" command.

Constants
Packet Bytes
CMD_ID

CMD_RESUME  - The InertialTypes::Command for this command

Functions
buildCommand
static ByteStream buildCommand()

Builds the command packet.

Returns

A ByteStream containing the Inertial Resume command packet.

Response
public
GenericInertialCommand.​Response
ResponsePattern
Response

Handles the response to the Resume command.

Functions
Response
Response(
std::weak_ptr<ResponseCollectorcollector
)

Creates the Resume::Response object.

Parameters
collector
std::weak_ptr<ResponseCollector>

The ResponseCollector to register the response with.