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

Variables

constexpr std::string_view REQUEST = "request"
 Request. More...
 
constexpr std::string_view TRANSFERRING_RSYNC = "transferring.rsync"
 Failure during rsync source copy. More...
 
constexpr std::string_view MERGING_MERGE = "merging.merge"
 Merging failed. More...
 

Variable Documentation

◆ 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 46 of file status.hpp.

◆ REQUEST

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

Request.

Key: request-name + source-name

Definition at line 31 of file status.hpp.

◆ TRANSFERRING_RSYNC

constexpr std::string_view daq::alert::TRANSFERRING_RSYNC = "transferring.rsync"
constexpr

Failure during rsync source copy.

Key: local file path

Definition at line 37 of file status.hpp.