![]() |
VR-Forces 4.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. | |
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 () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
Protected Member Functions | |
| virtual void | setMonitoredToNet (char *tmpptr) |
| virtual int | structureSize () const |
| virtual void | setMonitoredFromNet (const char *contentBuffer, int iResCount) |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Protected Attributes | |
| DtString | myObjectName |
| DtU32 | myRequestId |
| std::list< DtString > | myMonitoredItems |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
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.
Implements DtSimInterfaceContent.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Implements DtSimInterfaceContent.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfResourceMonitorRequest.
|
virtual |
Reimplemented from DtSimInterfaceContent.
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 |