Module settings that are typically changed at a slower rate.
More...
#include <command.hpp>
|
| class | Actuator |
| | Actuator-specific settings, such as controller gains. More...
|
| |
Module settings that are typically changed at a slower rate.
Definition at line 485 of file command.hpp.
| Actuator& hebi::Command::Settings::actuator |
( |
| ) |
|
|
inline |
Actuator-specific settings, such as controller gains.
Definition at line 589 of file command.hpp.
| const Actuator& hebi::Command::Settings::actuator |
( |
| ) |
const |
|
inline |
Actuator-specific settings, such as controller gains.
Definition at line 591 of file command.hpp.
Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters.
Definition at line 600 of file command.hpp.
| const StringField& hebi::Command::Settings::family |
( |
| ) |
const |
|
inline |
Sets the family for this module. Name must be null-terminated character string for the family; must be <= 20 characters.
Definition at line 602 of file command.hpp.
Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters.
Definition at line 596 of file command.hpp.
| const StringField& hebi::Command::Settings::name |
( |
| ) |
const |
|
inline |
Sets the name for this module. Name must be null-terminated character string for the name; must be <= 20 characters.
Definition at line 598 of file command.hpp.
| FlagField& hebi::Command::Settings::saveCurrentSettings |
( |
| ) |
|
|
inline |
Indicates if the module should save the current values of all of its settings.
Definition at line 604 of file command.hpp.
| const FlagField& hebi::Command::Settings::saveCurrentSettings |
( |
| ) |
const |
|
inline |
Indicates if the module should save the current values of all of its settings.
Definition at line 606 of file command.hpp.
| Actuator hebi::Command::Settings::actuator_ |
|
private |
| FlagField hebi::Command::Settings::save_current_settings_ |
|
private |
The documentation for this class was generated from the following file: