83 DtTime entityTypeHeartbeat(
int type,
int domain);
88 static void setStateRepCreator(DtStateRepCreator creator);
89 static DtStateRepCreator setStateRepCreator(
void);
91 static void setClassDfltTimeThreshold(
DtTime threshold);
92 static void setStationaryDfltTimeThreshold(
DtTime threshold);
93 static void setEntityTypeDfltTimeThreshold(
int type,
int domain,
DtTime threshold);
109 DtAggregateStateDecoder* myAggregateDecoder;
110 DtAggregateStateEncoder* myAggregateEncoder;
111 DtRelativeLocationPdu myLastSentRelLocPdu;
112 DtTime myLastSentRelLocPduTime;
115 static DtStateRepCreator theStateRepCreator;
116 static DtTime theClassDfltTimeThreshold;
117 static bool theClassDfltIsSetFlag;
118 static DtTime theStationaryDfltTimeThreshold;
119 static bool theStationaryDfltIsSetFlag;
120 static std::map<std::pair<int,int>,
DtTime> theEntityTypeHeartbeat;