Inheritance diagram for QDaqClient:

Public Member Functions | |
| QDaqClient (const std::string &address, const std::string &port) | |
| bool | SetTriggerFlag (const unsigned short crateId, const bool flag) |
| bool | StartRun (const int settingsBasket, const int run, const int shifterSet) |
| start a new run | |
| bool | StopRun (const int shifterSet) |
| stop current run | |
| bool | GetCurrentRunNumber (int &run) |
| ask daq server for current run number | |
| bool | GetDaqStatus (QDaqState &statusId) |
| get current daq status | |
| bool QDaqClient::StartRun | ( | const int | settingsBasket, | |
| const int | run, | |||
| const int | shifterSet | |||
| ) |
start a new run
| settingsBasket | settings basket id | |
| run | run number | |
| shifterSet | shifter set id |
| bool QDaqClient::StopRun | ( | const int | shifterSet | ) |
stop current run
| shifterSet | shifter set id |
| bool QDaqClient::GetCurrentRunNumber | ( | int & | run | ) |
ask daq server for current run number
| run | filled with current run number, or 0 if daq is not running |
| bool QDaqClient::GetDaqStatus | ( | QDaqState & | statusId | ) |
get current daq status
| statusId | filled with current daq status |
1.5.1