#include <RBCId.h>
Public Member Functions | |
void | printinfo () |
RBCId () | |
Standard constructor. | |
RBCId (int, int *) | |
RBCId (const RBCId &) | |
int | sector (int _sec) const |
void | setid (int _wh, int *_sec) |
int | wheel () const |
int | wheelIdx () const |
virtual | ~RBCId () |
Destructor. | |
Private Attributes | |
int | m_sector [2] |
int | m_wheel |
RBCId::RBCId | ( | ) |
RBCId::RBCId | ( | int | _w, |
int * | _s | ||
) |
RBCId::RBCId | ( | const RBCId & | id | ) |
void RBCId::printinfo | ( | ) |
int RBCId::sector | ( | int | _sec | ) | const [inline] |
void RBCId::setid | ( | int | _wh, |
int * | _sec | ||
) | [inline] |
int RBCId::wheel | ( | ) | const [inline] |
Definition at line 28 of file RBCId.h.
References m_wheel.
Referenced by RBCEmulator::emulate().
{ return m_wheel;};
int RBCId::wheelIdx | ( | ) | const [inline] |
int RBCId::m_sector[2] [private] |
int RBCId::m_wheel [private] |
Definition at line 46 of file RBCId.h.
Referenced by printinfo(), RBCId(), setid(), wheel(), and wheelIdx().