FACT++  1.0
EventDim::EventDim ( const std::string &  name,
const std::string &  format,
DimCommandHandler handler 
)
inline

Definition at line 29 of file EventDim.h.

References DimCommand::itsData, DimCommand::itsSize, DimCommand::millisecs, and DimCommand::secs.

30  : EventImp(), DimCommand(name.c_str(), format.c_str(), handler), fDescription(0)
31  {
32  // Initialize these values from DimCommand, because DimCommand
33  // does not yet do it.
34  itsData = 0;
35  itsSize = 0;
36 
37  secs = 0;
38  millisecs = 0;
39  }
EventImp()
Constructor. Stores the target state given.
Definition: EventImp.h:20
void * itsData
Definition: dis.hxx:268
DimDescriptionService * fDescription
Definition: EventDim.h:26
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635
int secs
Definition: dis.hxx:298
int millisecs
Definition: dis.hxx:298
int itsSize
Definition: dis.hxx:269
DimCommand(const char *name, char *format)
Definition: discpp.cxx:1336