![]() |
VR-Forces 5.0.3 Developer's Guide
|
File: ifCurrentResourceReq.h.
Class: DtIfCurrentResourceRequest 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

Public Member Functions | |
| DtIfCurrentResourceRequest () | |
| DtIfCurrentResourceRequest (const DtIfCurrentResourceRequest &orig) | |
| const DtIfCurrentResourceRequest & | operator= (const DtIfCurrentResourceRequest &orig) |
| virtual | ~DtIfCurrentResourceRequest () |
| virtual int | type () const |
| 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 | setUUID (const DtUUID &) |
| virtual const DtUUID & | uuid () const |
| virtual void | setMonitor (const std::list< DtString > &str) |
| virtual const std::list < DtString > & | monitoredItems () const |
| virtual void | setRequestId (const DtU32 &id) |
| virtual const DtU32 & | requestId () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| 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 () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myUUID |
| DtU32 | myRequestId |
| std::list< DtString > | myMonitoredItems |
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 |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| 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 |
|
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.
|
protected |
|
protected |
|
protected |