|
ifw-daq 3.1.0
IFW Data Acquisition modules
|
Variables | |
| constexpr std::string_view | REQUEST = "request" |
| Request. | |
| constexpr std::string_view | COLLECTING_RSYNC = "collecting.rsync" |
| Failure during rsync source copy. | |
| constexpr std::string_view | RELEASING_RSYNC = "releasing.rsync" |
| Failure during rsync source copy. | |
| constexpr std::string_view | MERGING_MERGE = "merging.merge" |
| Merging failed. | |
| constexpr std::string_view | DAQ_CONTROLLER = "daqcontroller" |
| Daq controller command failed which is normally when there was an exception from async operations. | |
|
constexpr |
|
constexpr |
Daq controller command failed which is normally when there was an exception from async operations.
Alert is not set for invalid commands (e.g. invalid arguments).
Key: command, e.g. StartAsync()
Definition at line 61 of file status.hpp.
|
constexpr |
Merging failed.
Key: "" (nothing)
Warning/alert during merging. Key: warning-id (e.g. "primary_hdu_resize")
Definition at line 53 of file status.hpp.
|
constexpr |
Failure during rsync source copy.
Key: receiver index in DP Spec
Definition at line 44 of file status.hpp.
|
constexpr |