![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtQueryInterTransportMsg:
Collaboration diagram for DtQueryInterTransportMsg:Public Member Functions | |
| DtQueryInterTransportMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtQueryInterTransportMsg (DtFederateHandle targetFed, DtInteractionClassHandle handle, DtFederateHandle sendingFed, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtQueryInterTransportMsg (const DtNetQueryInterTransportMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtQueryInterTransportMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | set (DtFederateHandle targetFed, DtInteractionClassHandle handle, DtFederateHandle sendingFed) |
| Set all fields simultaneously. | |
| virtual void | setClassHandle (DtObjectClassHandle handle) |
| Set/Get class handle. | |
| virtual DtObjectClassHandle | classHandle () const |
| virtual void | setRecipientFederate (DtFederateHandle hand) |
| Set/Get recipient federate handle. | |
| virtual DtFederateHandle | recipientFederate () const |
| virtual void | setSendingFederate (DtFederateHandle hand) |
| Set/Get sending federate handle. | |
| virtual DtFederateHandle | sendingFederate () const |
| virtual void | setHandle (const DtInteractionClassHandle &handle) |
| Set/Get attribute handles. | |
| virtual const DtInteractionClassHandle & | handle () const |
| virtual void | printData (DtLogicalTimeFactory *logicalTimeFactory) const |
| Print the data section. | |
Static Public Member Functions | |
| static DtRtiMsg * | create (const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static void | addCallback (DtConnectionMgr *conn, DtQueryInterTransportCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtQueryInterTransportCb cb, void *usr) |
Protected Member Functions | |
| virtual int | tagFieldSize () const |
| Returns size of tag field. | |
| virtual DtNetQueryInterTransportMsg * | netQueryInterTransportMsg () |
| The network representation. | |
| virtual const DtNetQueryInterTransportMsg * | netQueryInterTransportMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Ownership Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| virtual DtQueryInterTransportMsg * | self () const |
| Casts away const-ness. | |
Protected Attributes | |
| int | myDirty |
| DtInteractionClassHandle * | myHandle |
| DtQueryInterTransportMsg::DtQueryInterTransportMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtQueryInterTransportMsg::DtQueryInterTransportMsg | ( | DtFederateHandle | targetFed, |
| DtInteractionClassHandle | handle, | ||
| DtFederateHandle | sendingFed, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), setHandle(), setRecipientFederate(), and setSendingFederate().
| DtQueryInterTransportMsg::DtQueryInterTransportMsg | ( | const DtNetQueryInterTransportMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetQueryInterTransportMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtQueryInterTransportMsg::~DtQueryInterTransportMsg | ( | ) | [virtual] |
Destructor.
| void DtQueryInterTransportMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtQueryInterTransportCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtQueryInterTransportMsgKind.
Referenced by DtObjectMgr::DtObjectMgr().
| DtObjectClassHandle DtQueryInterTransportMsg::classHandle | ( | ) | const [virtual] |
References DtNetQueryInterTransportMsg::handle, and netQueryInterTransportMsg().
| DtRtiMsg * DtQueryInterTransportMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtQueryInterTransportMsg(), and netQueryInterTransportMsg().
| DtRtiMsg * DtQueryInterTransportMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
| DtRtiMsg * DtQueryInterTransportMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtQueryInterTransportMsg().
| const DtAttributeHandle & DtQueryInterTransportMsg::handle | ( | ) | const [virtual] |
References DtNetQueryInterTransportMsg::handle, myDirty, myHandle, and netQueryInterTransportMsg().
| DtRtiMsgKind DtQueryInterTransportMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Ownership Msg.
Implements DtRtiMsg.
References DtQueryInterTransportMsgKind.
Referenced by DtQueryInterTransportMsg().
| int DtQueryInterTransportMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtQueryInterTransportMsg().
| DtNetQueryInterTransportMsg * DtQueryInterTransportMsg::netQueryInterTransportMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by classHandle(), clone(), handle(), recipientFederate(), sendingFederate(), setClassHandle(), setHandle(), setRecipientFederate(), setSendingFederate(), and tagFieldSize().
| const DtNetQueryInterTransportMsg * DtQueryInterTransportMsg::netQueryInterTransportMsg | ( | ) | const [protected, virtual] |
| void DtQueryInterTransportMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
Print the data section.
Reimplemented from DtRtiMsg.
References myHandle, recipientFederate(), and sendingFederate().
| DtFederateHandle DtQueryInterTransportMsg::recipientFederate | ( | ) | const [virtual] |
References netQueryInterTransportMsg(), and DtNetQueryInterTransportMsg::recvFed.
Referenced by printData().
| void DtQueryInterTransportMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtQueryInterTransportCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtQueryInterTransportMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtObjectMgr::~DtObjectMgr().
| DtQueryInterTransportMsg * DtQueryInterTransportMsg::self | ( | ) | const [inline, protected, virtual] |
Casts away const-ness.
| DtFederateHandle DtQueryInterTransportMsg::sendingFederate | ( | ) | const [virtual] |
References netQueryInterTransportMsg(), and DtNetQueryInterTransportMsg::sendFed.
Referenced by printData().
| void DtQueryInterTransportMsg::set | ( | DtFederateHandle | targetFed, |
| DtInteractionClassHandle | handle, | ||
| DtFederateHandle | sendingFed | ||
| ) | [virtual] |
Set all fields simultaneously.
References setHandle(), setRecipientFederate(), and setSendingFederate().
| void DtQueryInterTransportMsg::setClassHandle | ( | DtObjectClassHandle | handle | ) | [virtual] |
Set/Get class handle.
References DtNetQueryInterTransportMsg::handle, and netQueryInterTransportMsg().
| void DtQueryInterTransportMsg::setHandle | ( | const DtInteractionClassHandle & | handle | ) | [virtual] |
Set/Get attribute handles.
References DtNetQueryInterTransportMsg::handle, myDirty, and netQueryInterTransportMsg().
Referenced by DtQueryInterTransportMsg(), and set().
| void DtQueryInterTransportMsg::setRecipientFederate | ( | DtFederateHandle | hand | ) | [virtual] |
Set/Get recipient federate handle.
References netQueryInterTransportMsg(), and DtNetQueryInterTransportMsg::recvFed.
Referenced by DtQueryInterTransportMsg(), and set().
| void DtQueryInterTransportMsg::setSendingFederate | ( | DtFederateHandle | hand | ) | [virtual] |
Set/Get sending federate handle.
References netQueryInterTransportMsg(), and DtNetQueryInterTransportMsg::sendFed.
Referenced by DtQueryInterTransportMsg(), and set().
| int DtQueryInterTransportMsg::tagFieldSize | ( | ) | const [protected, virtual] |
Returns size of tag field.
References netQueryInterTransportMsg(), and DtNetQueryInterTransportMsg::tagSize.
int DtQueryInterTransportMsg::myDirty [protected] |
Referenced by handle(), and setHandle().
Referenced by handle(), and printData().