SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <SActuatorSetParsed.hpp>
Public Member Functions | |
SActuatorSetParsed (const std::string &subclass_type_name) | |
SActuatorSetParsed (const char *subclass_type_name) | |
virtual const std::string & | getType () const |
virtual const std::string & | getName () const |
virtual bool | hasBeenInit () const |
Public Attributes | |
const SRobotParsed * | robot_ |
std::string | name_ |
sBool | has_been_init_ |
Protected Attributes | |
std::string | type_ |
Private Member Functions | |
SActuatorSetParsed () | |
A base class for different actuator sets
|
private |
This is private to force subclasses to expose their type
|
inlinevirtualinherited |
Get the object's type
|
inlinevirtualinherited |
Get the object's type
|
inlinevirtualinherited |
Get the object's type
|
inherited |
Whether the object is ready for use
|
inherited |
The object's name
const SRobotParsed* scl::SActuatorSetParsed::robot_ |
The robot to which this actuator set is attached
|
protectedinherited |
The object's type. Should only be set by the constructor