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


Public Member Functions | |
| CWriteChanPar (Tcl_Interp *pInterp) | |
| virtual | ~CWriteChanPar () |
| virtual int | operator() (std::vector< Tcl_Obj * > &objv) |
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) |
This class wraps the Tcl command pixie16::writechanpar around the XIA api Pixie16WriteSglChanPar. The command takes the following parameters in order:
| CWriteChanPar::CWriteChanPar | ( | Tcl_Interp * | pInterp | ) |
constructor
| pInterp | - interpreter on which to register the command. |
|
virtual |
|
virtual |
operator() Execute the command
| objv | - the command words. |
| CXIAException | if the API call fails. |
Implements CTclCommand.