#include <RPCAMCLinkEvent.h>
|
static unsigned int | getEvent (unsigned int id) |
|
static unsigned int | getGroup (unsigned int id) |
|
static unsigned int | getId (unsigned int event, unsigned int group=not_set_, unsigned int level=not_set_) |
|
static unsigned int | getLevel (unsigned int id) |
|
|
static unsigned const int | amc_ = 0x2000 |
|
static unsigned const int | debug_ = 0x0100 |
|
static unsigned const int | error_ = 0x0400 |
|
static unsigned const int | event_mask_ = 0x00ff |
|
static unsigned const int | fatal_ = 0x0500 |
|
static unsigned const int | fed_ = 0x1000 |
|
static unsigned const int | group_mask_ = 0x7000 |
|
static unsigned const int | info_ = 0x0200 |
|
static unsigned const int | input_ = 0x3000 |
|
static unsigned const int | level_mask_ = 0x0700 |
|
static unsigned const int | not_set_ = 0x0000 |
|
static unsigned const int | warn_ = 0x0300 |
|
Definition at line 4 of file RPCAMCLinkEvent.h.
◆ getEvent()
unsigned int RPCAMCLinkEvent::getEvent |
( |
unsigned int |
id | ) |
|
|
inlinestatic |
◆ getGroup()
unsigned int RPCAMCLinkEvent::getGroup |
( |
unsigned int |
id | ) |
|
|
inlinestatic |
◆ getId()
unsigned int RPCAMCLinkEvent::getId |
( |
unsigned int |
event, |
|
|
unsigned int |
group = not_set_ , |
|
|
unsigned int |
level = not_set_ |
|
) |
| |
|
inlinestatic |
◆ getLevel()
unsigned int RPCAMCLinkEvent::getLevel |
( |
unsigned int |
id | ) |
|
|
inlinestatic |
◆ amc_
unsigned const int RPCAMCLinkEvent::amc_ = 0x2000 |
|
static |
◆ debug_
unsigned const int RPCAMCLinkEvent::debug_ = 0x0100 |
|
static |
◆ error_
unsigned const int RPCAMCLinkEvent::error_ = 0x0400 |
|
static |
◆ event_mask_
unsigned const int RPCAMCLinkEvent::event_mask_ = 0x00ff |
|
static |
◆ fatal_
unsigned const int RPCAMCLinkEvent::fatal_ = 0x0500 |
|
static |
◆ fed_
unsigned const int RPCAMCLinkEvent::fed_ = 0x1000 |
|
static |
◆ group_mask_
unsigned const int RPCAMCLinkEvent::group_mask_ = 0x7000 |
|
static |
◆ info_
unsigned const int RPCAMCLinkEvent::info_ = 0x0200 |
|
static |
◆ input_
unsigned const int RPCAMCLinkEvent::input_ = 0x3000 |
|
static |
◆ level_mask_
unsigned const int RPCAMCLinkEvent::level_mask_ = 0x0700 |
|
static |
◆ not_set_
unsigned const int RPCAMCLinkEvent::not_set_ = 0x0000 |
|
static |
◆ warn_
unsigned const int RPCAMCLinkEvent::warn_ = 0x0300 |
|
static |