ifw-daq  3.0.1
IFW Data Acquisition modules
Variables
daq::alert Namespace Reference

Variables

constexpr std::string_view REQUEST = "request"
 Request. More...
 
constexpr std::string_view COLLECTING_RSYNC = "collecting.rsync"
 Failure during rsync source copy. More...
 
constexpr std::string_view RELEASING_RSYNC = "releasing.rsync"
 Failure during rsync source copy. More...
 
constexpr std::string_view MERGING_MERGE = "merging.merge"
 Merging failed. More...
 

Variable Documentation

◆ COLLECTING_RSYNC

constexpr std::string_view daq::alert::COLLECTING_RSYNC = "collecting.rsync"
constexpr

Failure during rsync source copy.

Key: local file path

Definition at line 38 of file status.hpp.

◆ MERGING_MERGE

constexpr std::string_view daq::alert::MERGING_MERGE = "merging.merge"
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.

◆ RELEASING_RSYNC

constexpr std::string_view daq::alert::RELEASING_RSYNC = "releasing.rsync"
constexpr

Failure during rsync source copy.

Key: receiver index in DP Spec

Definition at line 44 of file status.hpp.

◆ REQUEST

constexpr std::string_view daq::alert::REQUEST = "request"
constexpr

Request.

Key: request-name + source-name

Definition at line 32 of file status.hpp.