#include "CRunVariable.h"
#include <CDAQTCLProcessor.h>
#include <map>
Go to the source code of this file.
Compounds | |
class | CRunVariableCommand |
Typedefs | |
typedef map< string, CRunVariable * > | RunVariableList |
typedef RunVariableList::iterator | RunVariableIterator |
|
Definition at line 310 of file CRunVariableCommand.h. Referenced by CRunVariableCommand::Create(), CRunVariableCommand::Delete(), CExperiment::EmitRunVariableBuffer(), CRunVariableCommand::find(), CExperiment::TriggerRunVariableBuffer(), and CRunVariableCommand::~CRunVariableCommand(). |
|
Maintains the set of run variables and provides Tcl command access to them. Run variables are simply Tcl scalar variablew which are periodically written during the run. Definition at line 309 of file CRunVariableCommand.h. |