![]() |
VR-Link API Documentation for DIS
|
DtSimanPdu provides a base class for all of the simulation management PDU's. More...
Inheritance diagram for DtSimanPdu:
Collaboration diagram for DtSimanPdu:Public Member Functions | |
| DtSimanPdu & | operator= (const DtSimanPdu &orig) |
| Assignment operator. | |
| virtual const DtEntityIdentifier & | senderId () const |
| Get the sender ID. | |
| virtual const DtEntityIdentifier & | receiverId () const |
| Get the receiver ID. | |
| virtual void | setSenderId (const DtEntityIdentifier &id) |
| Set the sender ID. | |
| virtual void | setReceiverId (const DtEntityIdentifier &id) |
| Set the receiver ID. | |
| virtual void | printData () const |
| Prints the contents of the PDU. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the contents of the PDU to the specified stream. | |
Protected Attributes | |
| DtEntityIdentifier | cache |
DtSimanPdu provides a base class for all of the simulation management PDU's.
| DtSimanPdu& DtSimanPdu::operator= | ( | const DtSimanPdu & | orig | ) | [inline] |
Assignment operator.
References DtPdu::operator=().
| virtual void DtSimanPdu::printData | ( | ) | const [virtual] |
Prints the contents of the PDU.
Reimplemented from DtPdu.
Reimplemented in DtPduWithData, DtActionResponsePdu, DtDataQueryRPdu, DtStopFreezeRPdu, DtStartResumePdu, DtDataQueryPdu, DtStartResumeRPdu, DtAcknowledgePdu, DtActionRequestPdu, DtCreateEntityPdu, DtStopFreezePdu, DtAcknowledgeRPdu, DtActionRequestRPdu, DtCreateEntityRPdu, DtSetDataPdu, DtRemoveEntityRPdu, DtDataRPdu, DtSetDataRPdu, DtRemoveEntityPdu, DtActionResponseRPdu, DtDataPdu, DtEventReportPdu, and DtEventReptRPdu.
| virtual void DtSimanPdu::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Prints the contents of the PDU to the specified stream.
Reimplemented from DtPdu.
Reimplemented in DtPduWithData, DtActionResponsePdu, DtDataQueryRPdu, DtStopFreezeRPdu, DtStartResumePdu, DtDataQueryPdu, DtStartResumeRPdu, DtAcknowledgePdu, DtActionRequestPdu, DtCreateEntityPdu, DtStopFreezePdu, DtAcknowledgeRPdu, DtActionRequestRPdu, DtCreateEntityRPdu, DtSetDataPdu, DtRemoveEntityRPdu, DtDataRPdu, DtSetDataRPdu, DtRemoveEntityPdu, DtActionResponseRPdu, DtDataPdu, DtEventReportPdu, and DtEventReptRPdu.
| virtual const DtEntityIdentifier& DtSimanPdu::receiverId | ( | ) | const [virtual] |
Get the receiver ID.
| virtual const DtEntityIdentifier& DtSimanPdu::senderId | ( | ) | const [virtual] |
Get the sender ID.
| virtual void DtSimanPdu::setReceiverId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set the receiver ID.
| virtual void DtSimanPdu::setSenderId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set the sender ID.
DtEntityIdentifier DtSimanPdu::cache [protected] |