22 #ifndef CBOOTCOMMAND_H
23 #define CBOOTCOMMAND_H
25 #include <TCLObjectProcessor.h>
28 class CTCLInterpreter;
66 CTCLInterpreter& interp, std::vector<CTCLObject>& objv
This class implements the ddasboot command. It is added to to the Tcl interpreter that runs ddasreado...
Definition: CBootCommand.h:39
virtual int operator()(CTCLInterpreter &interp, std::vector< CTCLObject > &objv)
Gets control when the command is invoked.
Definition: CBootCommand.cpp:47
virtual ~CBootCommand()
Destructor.
Definition: CBootCommand.cpp:39
CBootCommand(CTCLInterpreter &interp, const char *pCmd, CMyEventSegment *pSeg)
Constructor.
Definition: CBootCommand.cpp:32
Derived class for DDAS event segments.
Definition: CMyEventSegment.h:31