#include <RPCAMCLinkCounters.h>
|
typedef std::map< std::pair< unsigned int, std::uint32_t >, unsigned int > | map_type |
|
Definition at line 9 of file RPCAMCLinkCounters.h.
◆ map_type
◆ RPCAMCLinkCounters()
RPCAMCLinkCounters::RPCAMCLinkCounters |
( |
| ) |
|
◆ add()
void RPCAMCLinkCounters::add |
( |
unsigned int |
event, |
|
|
RPCAMCLink const & |
link, |
|
|
unsigned int |
count = 1 |
|
) |
| |
◆ getCounters()
map_type const& RPCAMCLinkCounters::getCounters |
( |
| ) |
const |
◆ reset() [1/3]
void RPCAMCLinkCounters::reset |
( |
| ) |
|
◆ reset() [2/3]
void RPCAMCLinkCounters::reset |
( |
unsigned int |
event | ) |
|
◆ reset() [3/3]
void RPCAMCLinkCounters::reset |
( |
unsigned int |
event, |
|
|
RPCAMCLink const & |
link |
|
) |
| |
◆ type_link_count_
map_type RPCAMCLinkCounters::type_link_count_ |
|
protected |