![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Classes | |
| class | DtExternalRtiMsgFactory |
Functions | |
| void DT_DLL_LRC | netMsgRsp (bool doBind) |
| bool DT_DLL_LRC | isNetMsgRsp () |
| std::vector< DtRtiMsgKind > | copyArrayIntoContainer (const DtRtiMsgKind *sourceArray, size_t arrayLength) |
| std::vector< DtRtiMsgKind > | copyArrayIntoContainer (const DtRtiMsgKind *sourceArray, DtRtiMsgKind arrayEndTag, bool insertEndTag=false) |
| std::auto_ptr< DtRtiMsg > DT_DLL_LRC | DtCreateExternalRtiMsg (DtRtiMsgKind msgTypeToCreate, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| std::auto_ptr< DtRtiMsg > DT_DLL_LRC | DtCreateExternalRtiMsg (const DtNetMsgHeader *packet, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
Variables | |
| static const DtRtiMsgKind | theUnlicensedMsgKinds [] |
| std::vector< DtRtiMsgKind > copyArrayIntoContainer | ( | const DtRtiMsgKind * | sourceArray, |
| size_t | arrayLength | ||
| ) |
Referenced by DtExternalRtiMsgFactory::DtExternalRtiMsgFactory().
| std::vector< DtRtiMsgKind > copyArrayIntoContainer | ( | const DtRtiMsgKind * | sourceArray, |
| DtRtiMsgKind | arrayEndTag, | ||
| bool | insertEndTag = false |
||
| ) |
| std::auto_ptr<DtRtiMsg> DT_DLL_LRC DtCreateExternalRtiMsg | ( | DtRtiMsgKind | msgTypeToCreate, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtExternalRtiMsgFactory::create().
| std::auto_ptr<DtRtiMsg> DT_DLL_LRC DtCreateExternalRtiMsg | ( | const DtNetMsgHeader * | packet, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtExternalRtiMsgFactory::create().
| bool DT_DLL_LRC isNetMsgRsp | ( | ) |
References theBindMessage.
Referenced by DtExternalRtiMsgFactory::create().
| void DT_DLL_LRC netMsgRsp | ( | bool | doBind | ) |
References theBindMessage.
|
static |
Referenced by DtExternalRtiMsgFactory::DtExternalRtiMsgFactory().