#include <CReadoutMain.h>
#include <CExperiment.h>
#include <CInterpreterStartup.h>
#include <CInterpreterCore.h>
#include <CRunVariableCommand.h>
#include <CRunVariable.h>
#include <CStateVariableCommand.h>
#include <CStateVariable.h>
#include <TCLInterpreter.h>
#include <CDAQTCLProcessor.h>
#include <CVMEScalerLRS1151.h>
#include <CTraditionalEventSegment.h>
#include <CEventSegment.h>
#include <CDocumentedPacket.h>
#include "Hierarchy.h"
Go to the source code of this file.
Compounds | |
class | CCountingEventSegment |
class | CMyExperiment |
Functions | |
CCountingEventSegment | seg1 (10, 0x1, string("Ten"), string("Segment with 10 size counting pattern"), string("1.1")) |
CCountingEventSegment | seg2 (20, 0x2, string("Twenty"), string("Segment with 20 consecutive shorts"), string("0.1")) |
CCountingEventSegment | seg3 (10, 0x3, string("Hierarchy.Ten"), string("Nested segment with 10 consec.shorts"), string("1.1")) |
CCountingEventSegment | seg4 (20, 0x4, string("Hierarchy.Twenty"), string("Nested segment with 20 consec shorts"), string("0.1")) |
Hierarchy | hier (0xaaaa, string("Hierarchy"), string("Top level of the hierarchy"), string("2.5")) |
Variables | |
CTraditionalEventSegment | oldstyle |
CMyExperiment | MyApp |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 182 of file rdotest/MyExperiment.cpp. |
|
Definition at line 24 of file rdotest/MyExperiment.cpp. |