#include "CExperiment.h"#include "CStateTransitionCommand.h"#include "CBeginCommand.h"#include "CEndCommand.h"#include "CReadoutMain.h"#include "CDuplicateSingleton.h"#include "CNoSuchObjectException.h"#include "CApplicationSerializer.h"#include "CNSCLPhysicsBuffer.h"#include "CNSCLScalerBuffer.h"#include "CNSCLControlBuffer.h"#include "CRunVariableBuffer.h"#include "CStateVariableBuffer.h"#include "CNSCLDocumentationBuffer.h"#include "CDocumentedPacketManager.h"#include "CDocumentedPacket.h"#include "CInterpreterCore.h"#include "CInterpreterShell.h"#include "CTimer.h"#include "CScalerTrigger.h"#include "CRunVariableCommand.h"#include "CRunVariable.h"#include "CStateVariableCommand.h"#include "CStateVariable.h"#include "buftypes.h"#include "buffer.h"#include <spectrodaq.h>#include <time.h>#include <sys/time.h>#include <unistd.h>#include <stdlib.h>#include <typeinfo>#include <iostream.h>#include <algorithm>#include <tcl.h>Go to the source code of this file.
Compounds | |
| class | CTriggerThread |
Variables | |
| const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
| CReadoutMain | MyApp |
| const unsigned int | nTriggerDwellTime = 100 |
| ms trigger holds mutexs | |
| const unsigned int | nTriggersPerPoll = 10 |
| triggers between time | |
| const unsigned int | msPerClockTick = 100 |
| Time between run time. | |
| const unsigned int | SECOND = 1000000 |
| usec /seconds. | |
| const unsigned int | MILISECOND = 1000 |
| usec/msec. | |
Definition in file CExperiment.cpp.
|
|
Definition at line 278 of file CExperiment.cpp. |
|
|
usec/msec.
Definition at line 365 of file CExperiment.cpp. Referenced by CTriggerThread::MainLoop(). |
|
|
Time between run time.
Definition at line 362 of file CExperiment.cpp. Referenced by CExperiment::Start(). |
|
|
Definition at line 355 of file CExperiment.cpp. |
|
|
ms trigger holds mutexs
Definition at line 359 of file CExperiment.cpp. Referenced by CTriggerThread::CTriggerThread(), and CExperiment::Start(). |
|
|
triggers between time
Definition at line 360 of file CExperiment.cpp. Referenced by CTriggerThread::CTriggerThread(). |
|
|
usec /seconds.
Definition at line 364 of file CExperiment.cpp. Referenced by CTriggerThread::MainLoop(). |
1.2.16