25#include <TCLObjectProcessor.h>
63 virtual int operator()(CTCLInterpreter &interp,
64 std::vector<CTCLObject> &objv);
This class implements the ddasboot command. It is added to to the Tcl interpreter that runs ddasreado...
Definition: CBootCommand.h:38
virtual int operator()(CTCLInterpreter &interp, std::vector< CTCLObject > &objv)
Gets control when the command is invoked.
Definition: CBootCommand.cpp:43
virtual ~CBootCommand()
Destructor.
Definition: CBootCommand.cpp:36
CBootCommand(CTCLInterpreter &interp, const char *pCmd, CMyEventSegment *pSeg)
Constructor.
Definition: CBootCommand.cpp:32
Derived class for DDAS event segments.
Definition: CMyEventSegment.h:35