class ActuatorInformation
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| count | uint32 | Number of actuators |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| count() | uint32 | void | Returns the current value of count. If the count is not set, returns 0. |
| set_count() | void | uint32 | Sets the value of count. After calling this, count() will return value. |
| clear_count() | void | void | Clears the value of count. After calling this, count() will return 0. |
Parent topic: Base (C++)