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

Public Member Functions | |
| DtIfSensorDataRequest () | |
| default constructor | |
| DtIfSensorDataRequest (const DtIfSensorDataRequest &orig) | |
| copy constructor | |
| const DtIfSensorDataRequest & | operator= (const DtIfSensorDataRequest &orig) |
| assignment operator | |
| virtual | ~DtIfSensorDataRequest () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setSubscribe (bool value) |
| Indicates whether sensor data should be sent every time the data changes. | |
| virtual bool | subscribe () const |
| virtual void | setObjectName (const DtString &name) |
| The name of the object whose sensor data is being requested. | |
| virtual DtString | objectName () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| Print message data. | |
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 Attributes | |
| DtString | myObjectName |
| bool | mySubscribe |
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: DtIfSensorDataRequest.
Interface content use to request sensor data messages to be sent from a DtObjectSensor. If subscribe is true, this request indicates that a new sensor data message should be sent every time the sensor list changes, until a DtSensorDataUnsubscribe message is sent to the sensor. If subscribe is false, the request is for just one message containing the current sensor state be sent.
| DtIfSensorDataRequest::DtIfSensorDataRequest | ( | ) |
default constructor
| DtIfSensorDataRequest::DtIfSensorDataRequest | ( | const DtIfSensorDataRequest & | orig | ) |
copy constructor
|
virtual |
| const DtIfSensorDataRequest& DtIfSensorDataRequest::operator= | ( | const DtIfSensorDataRequest & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Indicates whether sensor data should be sent every time the data changes.
|
virtual |
|
virtual |
The name of the object whose sensor data is being requested.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Print message data.
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |