class ActuatorInformation

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
countuint32Number of actuators

Member functions

Function nameReturn typeInput typeDescription
count()uint32voidReturns the current value of count. If the count is not set, returns 0.
set_count()voiduint32Sets the value of count. After calling this, count() will return value.
clear_count()voidvoidClears the value of count. After calling this, count() will return 0.

Parent topic: Base (C++)