Jpp
pmt_effective_area_update
the software that should make you happy
|
Run control demo client class. More...
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <sys/types.h>
#include <unistd.h>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JArgs.hh"
#include "JSystem/JShell.hh"
#include "JRuncontrol/JDAQClient.hh"
Go to the source code of this file.
Classes | |
class | JDAQDemoClient |
Functions | |
int | main (int argc, char *argv[]) |
Run control demo client. More... | |
Run control demo client class.
The various action methods could be implemented in this class. Note that non-empty data at event ev_configure will make the process prematurely exit. Note that process with extension /+ will sleep forever during the exit transition.
Definition in file JDAQDemoClient.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Run control demo client.
Definition at line 158 of file JDAQDemoClient.cc.