GACEN
0.0.3
|
The Controller class. More...
#include <Controller.h>
Public Member Functions | |
Controller () | |
Constructor. More... | |
virtual | ~Controller () |
Destructor. More... | |
int | getStatus () |
Accessor to status. More... | |
void | wait_for_data () |
Wait until the requiered data is available. More... | |
void | report_status () |
Report status. More... | |
The Controller class.
The Controller class manage the processus of the analysis ie check for data availibility, report status, alert user...
gacen::Controller::Controller | ( | ) |
Constructor.
Empty Constructor
|
virtual |
Destructor.
Empty Destructor
int gacen::Controller::getStatus | ( | ) |
Accessor to status.
void gacen::Controller::report_status | ( | ) |
Report status.
Report errors depending on the status value.
void gacen::Controller::wait_for_data | ( | ) |
Wait until the requiered data is available.
For now, nothing is done here