![]() |
VR-Link API Documentation for DIS
|
Instances of DtRemoveEntityRPdu are used to send/receive reliable remove entity PDUs. More...
Inheritance diagram for DtRemoveEntityRPdu:
Collaboration diagram for DtRemoveEntityRPdu:Public Member Functions | |
| DtRemoveEntityRPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructors. | |
| DtRemoveEntityRPdu (const DtNetRemoveEntityRPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| DtRemoveEntityRPdu (const DtEntityIdentifier &to, const DtEntityIdentifier &from, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| DtRemoveEntityRPdu (const DtRemoveEntityRPdu &orig) | |
| virtual | ~DtRemoveEntityRPdu () |
| destructor | |
| DtRemoveEntityRPdu & | operator= (const DtRemoveEntityRPdu &orig) |
| Assignment operator. | |
| virtual void | setReqRelService (DtRequiredReliabilityService value) |
| Set/Get the required reliability service. | |
| virtual DtRequiredReliabilityService | reqRelService () const |
| virtual void | setRequestId (int id) |
| Set/Get the request id. | |
| virtual int | requestId () const |
| virtual void | printData () const |
| Print the data contained by this PDU. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the data to a stream. | |
Static Public Member Functions | |
| static DtPdu * | create (const DtNetPacket *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Create a DtRemoveEntityRPdu. | |
| static void | addCallback (DtExerciseConn *conn, DtRemoveEntityRPduCb cb, void *usr) |
| Add (register)/Remove (unregister) function to be called when pdu is received. | |
| static void | removeCallback (DtExerciseConn *conn, DtRemoveEntityRPduCb cb, void *usr) |
Protected Member Functions | |
| virtual DtPduKind | internalGetPduKind () const |
| Returns the internal PDU kind. | |
Static Protected Attributes | |
| static const int | theStaticSize |
Instances of DtRemoveEntityRPdu are used to send/receive reliable remove entity PDUs.
Constructors.
| DtRemoveEntityRPdu::DtRemoveEntityRPdu | ( | const DtNetRemoveEntityRPdu * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
| DtRemoveEntityRPdu::DtRemoveEntityRPdu | ( | const DtEntityIdentifier & | to, |
| const DtEntityIdentifier & | from, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
| DtRemoveEntityRPdu::DtRemoveEntityRPdu | ( | const DtRemoveEntityRPdu & | orig | ) |
| virtual DtRemoveEntityRPdu::~DtRemoveEntityRPdu | ( | ) | [virtual] |
destructor
| static void DtRemoveEntityRPdu::addCallback | ( | DtExerciseConn * | conn, |
| DtRemoveEntityRPduCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Add (register)/Remove (unregister) function to be called when pdu is received.
| static DtPdu* DtRemoveEntityRPdu::create | ( | const DtNetPacket * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Create a DtRemoveEntityRPdu.
Caller is responsible for deletion.
| DtPduKind DtRemoveEntityRPdu::internalGetPduKind | ( | ) | const [inline, protected, virtual] |
| DtRemoveEntityRPdu& DtRemoveEntityRPdu::operator= | ( | const DtRemoveEntityRPdu & | orig | ) |
Assignment operator.
| virtual void DtRemoveEntityRPdu::printData | ( | ) | const [virtual] |
Print the data contained by this PDU.
Reimplemented from DtSimanPdu.
| virtual void DtRemoveEntityRPdu::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the data to a stream.
Reimplemented from DtSimanPdu.
| static void DtRemoveEntityRPdu::removeCallback | ( | DtExerciseConn * | conn, |
| DtRemoveEntityRPduCb | cb, | ||
| void * | usr | ||
| ) | [static] |
| virtual DtRequiredReliabilityService DtRemoveEntityRPdu::reqRelService | ( | ) | const [virtual] |
| virtual int DtRemoveEntityRPdu::requestId | ( | ) | const [virtual] |
| virtual void DtRemoveEntityRPdu::setReqRelService | ( | DtRequiredReliabilityService | value | ) | [virtual] |
Set/Get the required reliability service.
| virtual void DtRemoveEntityRPdu::setRequestId | ( | int | id | ) | [virtual] |
Set/Get the request id.
const int DtRemoveEntityRPdu::theStaticSize [static, protected] |