Generic hardware access library
|
#include <AMSortFunctor.hh>
Public Member Functions | |
AMSortFunctor () | |
bool | operator() (uint32_t AM1, uint32_t AM2) |
Private Attributes | |
uint32_t | lookupTable [NUM_AMs] |
Static Private Attributes | |
static const int | NUM_AMs = 64 |
Definition at line 6 of file AMSortFunctor.hh.
HAL::AMSortFunctor::AMSortFunctor | ( | ) | [inline] |
Definition at line 8 of file AMSortFunctor.hh.
bool HAL::AMSortFunctor::operator() | ( | uint32_t | AM1, |
uint32_t | AM2 | ||
) | [inline] |
Definition at line 44 of file AMSortFunctor.hh.
uint32_t HAL::AMSortFunctor::lookupTable[NUM_AMs] [private] |
Definition at line 54 of file AMSortFunctor.hh.
const int HAL::AMSortFunctor::NUM_AMs = 64 [static, private] |
Definition at line 53 of file AMSortFunctor.hh.