![]() |
VR-Forces 4.1 Class Documentation
|
Content-Type: DtNetIfResourceMonitorResponse. More...

Public Member Functions | |
| DtIfResourceMonitorResponse () | |
| default constructor | |
| DtIfResourceMonitorResponse (const DtIfResourceMonitorResponse &orig) | |
| copy constructor | |
| const DtIfResourceMonitorResponse & | operator= (const DtIfResourceMonitorResponse &orig) |
| assignment operator | |
| virtual | ~DtIfResourceMonitorResponse () |
| virtual int | type () const |
| Returns the type of Interface Content; DtIfFrameRateRequest. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setSimTime (const DtFloat64 &simTime) |
| virtual const DtFloat64 & | simTime () const |
| virtual void | addEntityResourceBlock (const DtIfEntityResourceResponse &res) |
| const DtResourceList & | resourceBlocks () const |
| virtual bool | resourcesForEntity (const DtString &name, DtIfEntityResourceResponse &info) const |
| Fills in the entity information structure with all resources for the entity with the given name. | |
Public Member Functions inherited from DtIfServerRequestResponse | |
| DtIfServerRequestResponse () | |
| default constructor | |
| DtIfServerRequestResponse (const DtIfServerRequestResponse &orig) | |
| copy constructor | |
| const DtIfServerRequestResponse & | operator= (const DtIfServerRequestResponse &orig) |
| assignment operator | |
| virtual | ~DtIfServerRequestResponse () |
| virtual void | setResponseId (const DtU32 &id) |
| const DtU32 & | responseId () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtResourceList | myResourceBlocks |
| DtFloat64 | mySimTime |
Protected Attributes inherited from DtIfServerRequestResponse | |
| DtU32 | myResponseId |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
Content-Type: DtNetIfResourceMonitorResponse.
| DtIfResourceMonitorResponse::DtIfResourceMonitorResponse | ( | ) |
default constructor
| DtIfResourceMonitorResponse::DtIfResourceMonitorResponse | ( | const DtIfResourceMonitorResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfResourceMonitorResponse& DtIfResourceMonitorResponse::operator= | ( | const DtIfResourceMonitorResponse & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtIfFrameRateRequest.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
virtual |
Fills in the entity information structure with all resources for the entity with the given name.
|
protected |
|
protected |