PAASS
Software suite to Acquire and Analyze Data from Pixie16
test.cpp
Go to the documentation of this file.
1 // short test program for PixieInterface
2 #include <cstdlib>
3 
4 #include "Display.h"
5 #include "PixieInterface.h"
6 #include "unistd.h"
7 
8 int main(int argc, char **argv)
9 {
11  PixieInterface pif("test.cfg");
12 
13  pif.GetSlots();
14  pif.Init();
15 
16  sleep(20);
17 
18  return EXIT_SUCCESS;
19 }
bool Init(bool offlineMode=false)
bool GetSlots(const char *slotF=NULL)
int main(int argc, char **argv)
Definition: test.cpp:8
void SetColorTerm(void)
Definition: Display.cpp:16