fdhwlib
2.0.25
|
#include <eventloopcmds.h>
The class EventLoopCmds provides function recording events with eventloop DAQ.
Übertragung der Datenbank-Parameter vom Client zum Server
Darstellung der aufgenommenen Run, tabelarische Ausgabe,
Histogramm der Energieverteilung
Definition at line 29 of file eventloopcmds.h.
EventLoopCmds::EventLoopCmds | ( | EventLoop * | evl, |
char * | inifile | ||
) |
EventLoopCmds::~EventLoopCmds | ( | ) |
void EventLoopCmds::help | ( | FILE * | fout, |
char * | line | ||
) |
Displays the help menue for the bgtools commands.
int EventLoopCmds::interprete | ( | FILE * | fin, |
FILE * | fout, | ||
char * | line | ||
) | [virtual] |
Redefine this function to meet the needs of the task.
Reimplemented from cmds.
std::string EventLoopCmds::database [private] |
Definition at line 53 of file eventloopcmds.h.
EventLoop* EventLoopCmds::evl [private] |
Definition at line 46 of file eventloopcmds.h.
std::string EventLoopCmds::inifile [private] |
Save the name of the inifile.
Definition at line 49 of file eventloopcmds.h.
std::string EventLoopCmds::password [private] |
Definition at line 56 of file eventloopcmds.h.
std::string EventLoopCmds::pixeltable [private] |
Definition at line 59 of file eventloopcmds.h.
bool EventLoopCmds::recordDatabase [private] |
Database parameter.
Definition at line 52 of file eventloopcmds.h.
std::string EventLoopCmds::runtable [private] |
Definition at line 57 of file eventloopcmds.h.
std::string EventLoopCmds::sampletable [private] |
Definition at line 58 of file eventloopcmds.h.
std::string EventLoopCmds::server [private] |
Definition at line 54 of file eventloopcmds.h.
std::string EventLoopCmds::user [private] |
Definition at line 55 of file eventloopcmds.h.