82 DtTime entityTypeHeartbeat(
int type,
int domain);
87 static void setStateRepCreator(DtStateRepCreator creator);
88 static DtStateRepCreator setStateRepCreator(
void);
90 static void setClassDfltTimeThreshold(
DtTime threshold);
91 static void setStationaryDfltTimeThreshold(
DtTime threshold);
92 static void setEntityTypeDfltTimeThreshold(
int type,
int domain,
DtTime threshold);
108 DtAggregateStateDecoder* myAggregateDecoder;
109 DtAggregateStateEncoder* myAggregateEncoder;
112 static DtStateRepCreator theStateRepCreator;
113 static DtTime theClassDfltTimeThreshold;
114 static bool theClassDfltIsSetFlag;
115 static DtTime theStationaryDfltTimeThreshold;
116 static bool theStationaryDfltIsSetFlag;
117 static std::map<std::pair<int,int>,
DtTime> theEntityTypeHeartbeat;