PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <iostream>
#include <cstring>
#include "DetectorDriver.hpp"
#include "GetArguments.hpp"
#include "ScanorInterface.hpp"
#include "UtkScanInterface.hpp"
Go to the source code of this file.
Macros | |
#define | PROGRAM_NAME "utkscanor" |
Functions | |
void | startup_ () |
Begins setups the interface between SCANOR and the C++ and the Unpacker. It also handles the processing of command line arguments. More... | |
void | drrsub_ (uint32_t &iexist) |
Defines the main interface with the SCANOR library, the program essentially starts here. More... | |
void | cleanup_ () |
Catch the exit call from scanor and clean up c++ objects CRT. More... | |
Variables | |
UtkScanInterface * | scanner = NULL |
#define PROGRAM_NAME "utkscanor" |
Definition at line 13 of file utkscanor.cpp.
void cleanup_ | ( | ) |
Catch the exit call from scanor and clean up c++ objects CRT.
Definition at line 55 of file utkscanor.cpp.
void drrsub_ | ( | uint32_t & | iexist | ) |
Defines the main interface with the SCANOR library, the program essentially starts here.
[in] | iexist | : unused paramter from SCANOR call |
Definition at line 42 of file utkscanor.cpp.
void startup_ | ( | ) |
Begins setups the interface between SCANOR and the C++ and the Unpacker. It also handles the processing of command line arguments.
Do some startup stuff.
Definition at line 23 of file utkscanor.cpp.
UtkScanInterface* scanner = NULL |
Definition at line 19 of file utkscanor.cpp.