50 virtual int operator()(std::vector<Tcl_Obj *> &argv);
53 Tcl_Obj *describeModule(
int slot,
int rev,
int ser,
int bits,
int mhz);
54 void freeObjects(Tcl_Obj *list, std::vector<Tcl_Obj *> &elements);
Base class for Tcl commands.
Definition: Inventory.h:42
virtual ~CInventory()
Definition: Inventory.cpp:43
CInventory(Tcl_Interp *pInterp, DAQ::DDAS::Configuration &config)
Definition: Inventory.cpp:37
virtual int operator()(std::vector< Tcl_Obj * > &argv)
Definition: Inventory.cpp:58
Definition: CTclCommand.h:35
Store the system configuration information needed by Readout.
Definition: Configuration.h:88