|
NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
|
#include <InitSystem.h>


Public Member Functions | |
| CInitSystem (Tcl_Interp *pInterp, DAQ::DDAS::Configuration &config) | |
| virtual | ~CInitSystem () |
| virtual int | operator() (std::vector< Tcl_Obj * > &argv) |
Public Member Functions inherited from CTclCommand | |
| CTclCommand (Tcl_Interp *pInterp, const char *cmdName) | |
| virtual | ~CTclCommand () |
| virtual int | operator() (std::vector< Tcl_Obj * > &argv)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from CTclCommand | |
| Tcl_Interp * | getInterpreter () |
| void | requireExactly (std::vector< Tcl_Obj * > &objv, int nParams) |
| void | requireAtMost (std::vector< Tcl_Obj * > &objv, int max) |
| void | setResult (const char *result) |
| void | setResult (Tcl_Obj *result) |
| void | setResult (double value) |
| void | setResult (int value) |
| int | getInteger (Tcl_Obj *intObj) |
| double | getDouble (Tcl_Obj *dblObj) |
The init system command takes the configuration passed to it at construction time and initializes access to the Pixie16 system.
| CInitSystem::CInitSystem | ( | Tcl_Interp * | pInterp, |
| DAQ::DDAS::Configuration & | config | ||
| ) |
constructor
| pInterp | - interpreter on which to execute the command. |
| config | - References the configuration. |
|
virtual |
destructor null – for now
|
virtual |
operator()
| argv | the command line words. |
| CXIAException | if the API call fails. |
Implements CTclCommand.