11 #ifndef DtDisEmitterSystemPublisher_H_
12 #define DtDisEmitterSystemPublisher_H_
79 virtual void setBeamAzimuthThreshold(
double threshold);
82 virtual double beamAzimuthThreshold()
const;
86 virtual void setBeamElevationThreshold(
double threshold);
90 virtual double beamElevationThreshold()
const;
95 static void setStateRepCreator(DtStateRepCreator creator);
96 static DtStateRepCreator stateRepCreator(
void);
98 static void setClassDfltTimeThreshold(
DtTime threshold);
103 void init(
const char* name,
115 DtEmitterSystemStateDecoder* myEmitterSystemDecoder;
116 DtEmitterSystemStateEncoder* myEmitterSystemEncoder;
120 static DtStateRepCreator theStateRepCreator;
121 static DtTime theClassDfltTimeThreshold;
122 static bool theClassDfltIsSetFlag;