![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtQueueFullMsg:
Collaboration diagram for DtQueueFullMsg:Public Member Functions | |
| DtQueueFullMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtQueueFullMsg (const DtNetQueueFullMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtQueueFullMsg (unsigned long handle, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtQueueFullMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| unsigned long | connectionHandle () const |
| void | setConnectionHandle (unsigned long handle) |
Static Public Member Functions | |
| static DtRtiMsg * | create (const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| static void | addCallback (DtConnectionMgr *conn, DtQueueFullCb cb, void *usr, bool isMomCallback=false) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtQueueFullCb cb, void *usr, bool isMomCallback=false) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Disconnect Msg. | |
| virtual DtNetQueueFullMsg * | netQueueFullMsg () |
| The network representation. | |
| virtual const DtNetQueueFullMsg * | netQueueFullMsg () const |
| virtual int | minSize () const |
| DtQueueFullMsg::DtQueueFullMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtQueueFullMsg::DtQueueFullMsg | ( | const DtNetQueueFullMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetQueueFullMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtQueueFullMsg::DtQueueFullMsg | ( | unsigned long | handle, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetQueueFullMsg::designatedFederate, DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), and netQueueFullMsg().
| DtQueueFullMsg::~DtQueueFullMsg | ( | ) | [virtual] |
Destructor.
| void DtQueueFullMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtQueueFullCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtQueueFullMsgKind.
Referenced by DtRtiExec::DtRtiExec().
| DtRtiMsg * DtQueueFullMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtQueueFullMsg(), and netQueueFullMsg().
| unsigned long DtQueueFullMsg::connectionHandle | ( | ) | const |
References DtNetQueueFullMsg::designatedFederate, and netQueueFullMsg().
| DtRtiMsg * DtQueueFullMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtQueueFullMsg().
| DtRtiMsg * DtQueueFullMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtQueueFullMsg().
| DtRtiMsgKind DtQueueFullMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Disconnect Msg.
Implements DtRtiMsg.
References DtQueueFullMsgKind.
Referenced by DtQueueFullMsg().
| int DtQueueFullMsg::minSize | ( | ) | const [protected, virtual] |
Referenced by DtQueueFullMsg().
| DtNetQueueFullMsg * DtQueueFullMsg::netQueueFullMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone(), connectionHandle(), DtQueueFullMsg(), and setConnectionHandle().
| const DtNetQueueFullMsg * DtQueueFullMsg::netQueueFullMsg | ( | ) | const [protected, virtual] |
| void DtQueueFullMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtQueueFullCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
References DtQueueFullMsgKind, and DtConnectionMgr::removeMsgCallback().
| void DtQueueFullMsg::setConnectionHandle | ( | unsigned long | handle | ) |
References DtNetQueueFullMsg::designatedFederate, and netQueueFullMsg().
Referenced by DtFilteredTcpForwarder::updateQueuedSockets().