|
HEBI C++ API
1.0.0
|
Module settings that are typically changed at a slower rate. More...
#include <command.hpp>
Classes | |
| class | Actuator |
| Actuator-specific settings, such as controller gains. More... | |
Public Member Functions | |
| Actuator & | actuator () |
| Actuator-specific settings, such as controller gains. More... | |
| const Actuator & | actuator () const |
| Actuator-specific settings, such as controller gains. More... | |
| StringField & | name () |
| Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters. More... | |
| const StringField & | name () const |
| Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters. More... | |
| StringField & | family () |
| Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters. More... | |
| const StringField & | family () const |
| Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters. More... | |
| FlagField & | saveCurrentSettings () |
| Indicates if the module should save the current values of all of its settings. More... | |
| const FlagField & | saveCurrentSettings () const |
| Indicates if the module should save the current values of all of its settings. More... | |
Module settings that are typically changed at a slower rate.
|
inline |
Actuator-specific settings, such as controller gains.
|
inline |
Actuator-specific settings, such as controller gains.
|
inline |
Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters.
|
inline |
Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters.
|
inline |
Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters.
|
inline |
Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters.
|
inline |
Indicates if the module should save the current values of all of its settings.
|
inline |
Indicates if the module should save the current values of all of its settings.