![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Collaboration diagram for DtParamInfo:Public Member Functions | |
| DtParamInfo () | |
| Constructor. | |
| DtParamInfo (const char *attrName, int handle) | |
| DtParamInfo (const DtParamInfo &orig) | |
| DtParamInfo & | operator= (const DtParamInfo &orig) |
| operators | |
| bool | operator== (const DtParamInfo &orig) |
| bool | operator!= (const DtParamInfo &orig) |
| virtual | ~DtParamInfo () |
| Destructor. | |
| virtual void | setFomType (MAKRti::DtFomType type) |
| Set/Get the FOM type. | |
| virtual MAKRti::DtFomType | fomType () const |
| virtual void | subscribe () |
| Mark as subscribed. | |
| virtual void | unsubscribe () |
| Mark as unsubscribed. | |
| virtual int | subscribed () const |
| Is subscribed? | |
| virtual void | publish () |
| Mark as published. | |
| virtual void | unpublish () |
| Mark as unpublished. | |
| virtual int | published () const |
| Is published? | |
| virtual const char * | name () const |
| Get/set name. | |
| virtual void | setName (const char *nameValue) |
| virtual const char * | semantics () const |
| Get / set semantics. | |
| virtual void | setSemantics (const char *semantics) |
| virtual DtParameterHandle | handle () const |
| Get/set handle. | |
| virtual void | setHandle (DtParameterHandle handleValue) |
| virtual bool | isName (const char *name) |
| Return boolean: name matches (case insensitive)? | |
| virtual bool | sameDataTypes (const DtParamInfo &) const |
| virtual bool | sameSemantics (const DtParamInfo &) const |
| virtual void | print () const |
| Print the contents. | |
Protected Attributes | |
| MAKRti::DtString | myName |
| MAKRti::DtString | mySemantics |
| DtParameterHandle | myHandle |
| MAKRti::DtFomType | myFomType |
| int | mySubscribed |
| int | myPublished |
| DtParamInfo::DtParamInfo | ( | ) |
Constructor.
| DtParamInfo::DtParamInfo | ( | const char * | attrName, |
| int | handle | ||
| ) |
| DtParamInfo::DtParamInfo | ( | const DtParamInfo & | orig | ) |
|
virtual |
Destructor.
|
virtual |
|
virtual |
Get/set handle.
References myHandle.
Referenced by DtInteractionClassInfo::paramHandle(), DtNetStatsMonitor::recursivelyAddParametersNames(), DtNetStatsMonitor::recursivelyAddParamInitState(), DtNetStatsMonitor::sendInitParamState(), DtNetStatsMonitor::sendParameterNames(), and DtNetStatsMonitor::sendParameterState().
|
virtual |
|
virtual |
Get/set name.
References myName.
Referenced by isName(), DtFomClassMgr::mergeParameters(), DtInteractionClassInfo::paramName(), DtNetStatsMonitor::recursivelyAddParametersNames(), and DtNetStatsMonitor::sendParameterNames().
| bool DtParamInfo::operator!= | ( | const DtParamInfo & | orig | ) |
| DtParamInfo & DtParamInfo::operator= | ( | const DtParamInfo & | orig | ) |
operators
References myHandle, myName, myPublished, mySemantics, and mySubscribed.
| bool DtParamInfo::operator== | ( | const DtParamInfo & | orig | ) |
References myHandle, myName, myPublished, mySemantics, and mySubscribed.
|
virtual |
Mark as published.
References myPublished.
|
virtual |
Is published?
References myPublished.
|
virtual |
|
virtual |
References semantics().
|
virtual |
Get / set semantics.
References mySemantics.
Referenced by DtFomClassMgr::mergeParameters(), sameSemantics(), and setSemantics().
|
virtual |
Set/Get the FOM type.
References myFomType.
Referenced by DtInteractionClassInfo::addParamUnsorted().
|
virtual |
References myHandle.
|
virtual |
References myName.
|
virtual |
References mySemantics, and semantics().
|
virtual |
Mark as subscribed.
References mySubscribed.
|
virtual |
Is subscribed?
References mySubscribed.
|
virtual |
Mark as unpublished.
References myPublished.
|
virtual |
Mark as unsubscribed.
References mySubscribed.
|
protected |
Referenced by fomType(), and setFomType().
|
protected |
Referenced by handle(), operator=(), operator==(), print(), and setHandle().
|
protected |
Referenced by isName(), name(), operator=(), operator==(), print(), and setName().
|
protected |
Referenced by operator=(), operator==(), publish(), published(), and unpublish().
|
protected |
Referenced by operator=(), operator==(), semantics(), and setSemantics().
|
protected |
Referenced by operator=(), operator==(), subscribe(), subscribed(), and unsubscribe().