![]() |
MAK RTIspy API Documentation for HLA 1.3
|
The declaration of internal types. More...
Go to the source code of this file.
Classes | |
| struct | DtNetHLAHandle |
| struct | DtNetMessageRetractionHandle |
| struct | DtMessageRetractionHandle_s |
Functions | |
| template<class Container_Type , class Key_Type > | |
| bool | DtIsFound (Container_Type container, Key_Type k) |
| Return bool: is key found in container? | |
The declaration of internal types.
| typedef DtHandle DtAttributeHandle |
| typedef DtHandle DtDimensionHandle |
| typedef std::set<DtDimensionHandle> DtDimensionHandleSet |
| typedef std::vector<DtDimensionHandle> DtDimensionHandleVector |
| typedef DtHandle DtExtentIndex |
| typedef DtHandle DtFederateHandle |
| typedef std::set<DtFederateHandle> DtFederateHandleStdSet |
| typedef std::map<DtFederateHandle, DtRegionHandle> DtFederateToRegionMap |
| typedef DtHandle DtFederationHandle |
| typedef unsigned long DtHandle |
The internal types.
| typedef DtHandle DtInteractionClassHandle |
| typedef std::set<DtInteractionClassHandle> DtInteractionClassHandleSet |
| typedef struct DtMessageRetractionHandle_s DtMessageRetractionHandle |
| typedef DtHandle DtObjectClassHandle |
| typedef std::set<DtObjectClassHandle> DtObjectClassHandleSet |
| typedef DtHandle DtObjectInstanceHandle |
| typedef std::set<DtObjectInstanceHandle> DtObjectInstanceHandleSet |
| typedef DtHandle DtOrderHandle |
| typedef DtHandle DtParameterHandle |
| typedef DtHandle DtRegionHandle |
| typedef std::set<DtRegionHandle> DtRegionHandleSet |
| typedef std::map<DtRegionHandle, DtFederateHandle> DtRegionToFederateMap |
| typedef long DtSpaceHandle |
| typedef DtHandle DtTransportHandle |
| typedef DtHandle DtUpdateRateHandle |
| bool DtIsFound | ( | Container_Type | container, |
| Key_Type | k | ||
| ) |
Return bool: is key found in container?
Referenced by DtObjectMgr::collectRemoteSubscriptions(), DtObjectMgr::processMultiRegister(), DtObjectMgr::processRegister(), DtRtiObject::remotePassiveSubscribe(), DtRtiObject::remoteSubscribe(), and DtRtiObject::removeRemoteSubscribe().