#include <math.h>
#include <stdio.h>
#include <string.h>
#include <map>
#include <string>
#include <iostream>
#include <sstream>
#include <memory>
#include <chrono>
#include <list>
#include <ers/IssueFactory.hpp>
#include <ers/LocalContext.hpp>
#include <ers/Severity.hpp>
#include <ers/internal/IssueDeclarationMacro.hpp>
Go to the source code of this file.
◆ ERS_DECLARE_ISSUE()
ERS_DECLARE_ISSUE |
( |
ers | , |
|
|
NoValue | , |
|
|
"value for the \""<< key<< "\" key is not set " | , |
|
|
((std::string) key) | ) |
Definition at line 189 of file Issue.hpp.
197{
198 string_map::const_iterator it = m_values.find(key);
199 if ( it == m_values.end() )
200 {
201 throw ers::NoValue(
ERS_HERE, key );
202 }
203 std::istringstream in( it->second );
204 in >> value;
205}
206
207template <typename T>
208void
210{
211 std::ostringstream
out;
214}
void set_value(const std::string &key, T value)
string_map m_values
List of user defined attributes.
FELIX Initialization std::string initerror FELIX queue timed out