CGEM BOSS
6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
UnboundSourceIdentifierIssue.cxx
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/**
4
* @file src/old/UnboundSourceIdentifierIssue.cxx
5
* @author <a href="mailto:
[email protected]
">Andre DOS ANJOS</a>
6
* $Author: zhangy $
7
* $Revision: 1.1.1.1 $
8
* $Date: 2009/06/19 07:35:41 $
9
*
10
* Implements the functionality described in the header.
11
*/
12
13
#include "
eformat/old/UnboundSourceIdentifierIssue.h
"
14
15
/**
16
* Strings to identify keys in ERS
17
*/
18
static
const
char
* SOURCE_ID_KEY =
"Unbound source identifier"
;
19
static
const
char
* CONTEXT_KEY =
"Context"
;
20
21
eformat::UnboundSourceIdentifierIssue::UnboundSourceIdentifierIssue
22
(
const
ers::Context
& context,
23
ers::severity_t
severity,
24
uint32_t source_id,
25
const
std::string& my_context)
26
:
eformat
::
Issue
(context,severity)
27
{
28
set_value
(SOURCE_ID_KEY,
source_id
);
29
set_value
(CONTEXT_KEY,
my_context
);
30
finish_setup
(
"Unbound (old) source identifier detected"
);
31
}
32
33
uint32_t
eformat::UnboundSourceIdentifierIssue::source_id
()
const
34
{
35
return
get_int_value(SOURCE_ID_KEY);
36
}
37
38
const
std::string&
eformat::UnboundSourceIdentifierIssue::my_context
()
const
39
{
40
return
get_value(CONTEXT_KEY);
41
}
UnboundSourceIdentifierIssue.h
eformat::Issue
Definition:
eformat/eformat-00-00-04/eformat/Issue.h:23
eformat::UnboundSourceIdentifierIssue::UnboundSourceIdentifierIssue
UnboundSourceIdentifierIssue(const ers::Context &context, ers::severity_t severity, uint32_t source_id, const std::string &my_context)
Definition:
UnboundSourceIdentifierIssue.cxx:22
eformat::UnboundSourceIdentifierIssue::source_id
uint32_t source_id() const
Definition:
UnboundSourceIdentifierIssue.cxx:33
eformat::UnboundSourceIdentifierIssue::my_context
const std::string & my_context() const
Definition:
UnboundSourceIdentifierIssue.cxx:38
ers::Context
Source context for Issue.
Definition:
Context.h:42
ers::Issue::set_value
void set_value(const std::string &key, uint8_t value)
Sets a value 8 bit unsigned.
Definition:
ers/ers-00-00-03/src/Issue.cxx:371
ers::Issue::finish_setup
void finish_setup(const std::string &message)
Finishes the setup of the Issue.
Definition:
ers/ers-00-00-03/src/Issue.cxx:568
eformat
Definition:
BadVersionIssue.h:20
ers::severity_t
enum ers::_severity_t severity_t
source
Event
eformat
eformat-00-00-04
src
old
UnboundSourceIdentifierIssue.cxx
Generated by
1.9.6