xc
|
Public Member Functions | |
Positioner (int tag, int classTag, DomainComponent *theObject, const std::vector< std::string > &argv) | |
void | Print (std::ostream &s, int flag=0) |
Print stuff. | |
int | update (double newValue) |
int | activate (bool active) |
![]() | |
virtual void | setReliabilityDomain (ReliabilityDomain *theReliabilityDomain) |
virtual ReliabilityDomain * | getReliabilityDomain (void) const |
![]() | |
TaggedObject (int tag, CommandEntity *owr=nullptr) | |
Constructor. More... | |
virtual TaggedObject * | getCopy (void) const |
Virtual constructor. | |
void | assignTag (int newTag) |
Set tag (to be called from Python interface). | |
int | getTag (void) const |
Returns the tag associated with the object. | |
Protected Attributes | |
Information | theInfo |
Parameter | theParam |
DomainComponent * | theObject |
int | parameterID |
Additional Inherited Members | |
![]() | |
ReliabilityDomainComponent (int tag, int classTag) | |
![]() | |
void | setTag (int newTag) |
Set tag. More... | |