ifw-daq 3.1.0
IFW Data Acquisition modules
Loading...
Searching...
No Matches
Variables
daq::alert Namespace Reference

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.
 

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.

◆ DAQ_CONTROLLER

constexpr std::string_view daq::alert::DAQ_CONTROLLER = "daqcontroller"
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.

◆ 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.