NSCL DDAS  12.1-001
Support for XIA DDAS at FRIB
Functions | Variables
DDASReadoutMain.cpp File Reference

Implementation of the production DDAS readout code. More...

#include "DDASReadoutMain.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <config.h>
#include <CExperiment.h>
#include <TCLInterpreter.h>
#include <CTimedTrigger.h>
#include <CRunControlPackage.h>
#include "CDDASStatisticsCommand.h"
#include "CSyncCommand.h"
#include "CBootCommand.h"
#include "CMyEventSegment.h"
#include "CMyTrigger.h"
#include "CMyBusy.h"
#include "CMyEndCommand.h"
#include "CMyScaler.h"
Include dependency graph for DDASReadoutMain.cpp:

Functions

CMyTriggermytrigger (0)
 Newing them here makes order of construction. More...
 
CMyEventSegmentmyeventsegment (0)
 

Variables

std::vector< CMyScaler * > scalerModules
 List of scalar modules. More...
 
CTCLApplication * gpTCLApplication = new DDASReadoutMain
 

Detailed Description

Implementation of the production DDAS readout code.

Function Documentation

◆ myeventsegment()

CMyEventSegment* myeventsegment ( )

Un-controlled - now new'd in SetupReadout.

◆ mytrigger()

CMyTrigger* mytrigger ( )

Newing them here makes order of construction.

Variable Documentation

◆ gpTCLApplication

CTCLApplication* gpTCLApplication = new DDASReadoutMain

◆ scalerModules

std::vector<CMyScaler*> scalerModules

List of scalar modules.