Jpp
|
Run control demo client class. More...
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JArgs.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 process with extension /- will deliberately crash during the configure transition and 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 127 of file JDAQDemoClient.cc.