|
Jpp
18.1.0
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 process with extension /- will sleep and kill itself at event ev_configure according the specified inputs. 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 161 of file JDAQDemoClient.cc.
1.8.5