2#ifndef APPDALISSUES_HPP
3#define APPDALISSUES_HPP
11 "Failed to cast stream parameters " <<
id <<
" to " << stype,
12 ((
std::
string)
id) ((
std::
string)stype))
16 "Daphne configuration has no board " <<
id,
21 "Board " << board <<
"uses afe " << afe <<
"but it's not available",
22 ((
std::
string)board)((
std::
size_t)afe))
25 UnimplementedMethodCalled,
26 "Method '" << method_name <<
"' was called but is not implemented in this class",
27 ((
std::
string)method_name))
32 "Object is not a SmartDaqApplication: " <<
obj,
37 "Contained object is not a DetectorToDaqConnection: " <<
obj,
#define ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes)
ERS_DECLARE_ISSUE(cmdlib, MalformedUri, "Malformed uri: "<< error<< " uri:"<< uri,((std::string) error)((std::string) uri)) ERS_DECLARE_ISSUE(cmdlib
cmdlib specific issues