![]() |
VR-Forces 4.3.1 Class Documentation
|
Variable portion Name of object to request resources for Resource strings. More...

Public Member Functions | |
| DtIfCurrentResourceRequest () | |
| default constructor | |
| DtIfCurrentResourceRequest (const DtIfCurrentResourceRequest &orig) | |
| copy constructor | |
| const DtIfCurrentResourceRequest & | operator= (const DtIfCurrentResourceRequest &orig) |
| assignment operator | |
| virtual | ~DtIfCurrentResourceRequest () |
| 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 | addMonitoredItem (const DtString &item) |
| virtual void | removeMonitoredItem (const DtString &item) |
| virtual bool | isMonitoring (const DtString &name) |
| virtual void | setObjectName (const DtString &name) |
| virtual const DtString & | objectName () const |
| virtual void | setMonitor (const std::list< DtString > &str) |
| virtual const std::list < DtString > & | monitoredItems () const |
| virtual void | setRequestId (const DtU32 &id) |
| Request id that will be placed into the response structure to be able to match up request with response. | |
| virtual const DtU32 & | requestId () const |
| Request id that will be placed into the response structure to be able to match up request with response. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Member Functions | |
| virtual void | setMonitoredToNet (char *tmpptr) |
| virtual int | structureSize () const |
| virtual void | setMonitoredFromNet (const char *contentBuffer, int iResCount) |
Protected Attributes | |
| DtString | myObjectName |
| DtU32 | myRequestId |
| std::list< DtString > | myMonitoredItems |
Variable portion Name of object to request resources for Resource strings.
What follows this structure is the list of items to request current values for. The entire string length of the number of things to respond with is stored in myMonitorLength. Content-Type: DtResourceMonitorRequestMessageType
| DtIfCurrentResourceRequest::DtIfCurrentResourceRequest | ( | ) |
default constructor
| DtIfCurrentResourceRequest::DtIfCurrentResourceRequest | ( | const DtIfCurrentResourceRequest & | orig | ) |
copy constructor
|
virtual |
| const DtIfCurrentResourceRequest& DtIfCurrentResourceRequest::operator= | ( | const DtIfCurrentResourceRequest & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtIfFrameRateRequest.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented in DtIfResourceMonitorRequest.
|
static |
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Request id that will be placed into the response structure to be able to match up request with response.
Note that the reponse will only contain this id for a DtIfCurrentResourceRequest and not monitoring requests initiated by DtIfResourceMonitorRequest.
|
virtual |
Request id that will be placed into the response structure to be able to match up request with response.
Note that the reponse will only contain this id for a DtIfCurrentResourceRequest and not monitoring requests initiated by DtIfResourceMonitorRequest.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in DtIfResourceMonitorRequest.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |