#include <HBHEChannelGroups.h>
|
template<class Archive > |
void | load (Archive &ar, const unsigned) |
|
template<class Archive > |
void | save (Archive &ar, const unsigned) const |
|
bool | validate () const |
|
|
std::vector< uint32_t > | group_ |
|
Definition at line 12 of file HBHEChannelGroups.h.
HBHEChannelGroups::HBHEChannelGroups |
( |
| ) |
|
|
inline |
HBHEChannelGroups::HBHEChannelGroups |
( |
const unsigned * |
data, |
|
|
const unsigned |
len |
|
) |
| |
|
inline |
Definition at line 22 of file HBHEChannelGroups.h.
References Exception, and validate().
26 "In HBHEChannelGroups constructor: invalid input data");
std::vector< uint32_t > group_
char data[epos_bytes_allocation]
unsigned HBHEChannelGroups::getGroup |
( |
const unsigned |
linearChannel | ) |
const |
|
inline |
const uint32_t* HBHEChannelGroups::groupData |
( |
| ) |
const |
|
inline |
unsigned HBHEChannelGroups::largestGroupNumber |
( |
| ) |
const |
|
inline |
template<class Archive >
void HBHEChannelGroups::load |
( |
Archive & |
ar, |
|
|
const unsigned |
|
|
) |
| |
|
inlineprivate |
template<class Archive >
void HBHEChannelGroups::save |
( |
Archive & |
ar, |
|
|
const unsigned |
|
|
) |
| const |
|
inlineprivate |
void HBHEChannelGroups::setGroup |
( |
const unsigned |
linearChannel, |
|
|
const unsigned |
groupNum |
|
) |
| |
|
inline |
unsigned HBHEChannelGroups::size |
( |
void |
| ) |
const |
|
inline |
bool HBHEChannelGroups::validate |
( |
| ) |
const |
|
inlineprivate |
friend class boost::serialization::access |
|
friend |
std::vector<uint32_t> HBHEChannelGroups::group_ |
|
private |