xc
|
Public Member Functions | |
ModulatingFunction (int tag, int classtag) | |
virtual double | getAmplitude (double time)=0 |
virtual double | getMaxAmplitude (void)=0 |
virtual Filter * | getFilter (void)=0 |
![]() | |
virtual void | setReliabilityDomain (ReliabilityDomain *theReliabilityDomain) |
virtual ReliabilityDomain * | getReliabilityDomain (void) const |
virtual void | Print (std::ostream &s, int flag=0)=0 |
Print stuff. | |
![]() | |
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 | |
int | tag |
Additional Inherited Members | |
![]() | |
ReliabilityDomainComponent (int tag, int classTag) | |
![]() | |
void | setTag (int newTag) |
Set tag. More... | |