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