ActuatorCyclic \(C++\)

June 4, 2021 ยท View on GitHub

This page describes the C++ ActuatorCyclic API.

RPC reference

This section describes the existing RPCs used in this API.

Service to exchange cyclic data with an actuator

ActuatorCyclicClient RPCs

Function nameReturn typeInput typeDescription
RefreshFeedbackCommandSends a command to a single actuator and receives feedback on status of that actuator
RefreshCommandEmptyCommandSends a command to a single actuator without feedback
RefreshFeedbackFeedbackMessageIdObtains feedback from a single actuator
RefreshCustomDataCustomDataMessageIdObtains custom data from a single actuator

Class reference

This section describes the data classes used in this API.

Messages

ClassDescription
CommandDefines an actuator command
CustomDataCustom development data, content varies according to debug needs
FeedbackStatus feedback provided by an actuator
MessageIdProvides a message identifier

Enumerators

EnumeratorDescription
CommandFlagsIdentifies actuator commands
ServiceVersionIdentifies ActuatorCyclic service current version
StatusFlagsIdentifies actuator status