Global pad index implimentation . More...
#include <GlobalPadIndex.h>
Public Member Functions | |
GlobalPadIndex (int padIndex, int moduleID) | |
bool | operator< (const GlobalPadIndex &cmp) const |
bool | operator== (const GlobalPadIndex &cmp) const |
equals operator | |
virtual int | getPadIndex () const |
Get pad index. | |
virtual int | getModuleID () const |
Get module index. | |
virtual void | setPadIndex (int padIndex) |
Set the pad index. | |
virtual void | setModuleID (int moduleID) |
Set the module ID. | |
Protected Attributes | |
int | _padIndex {} |
int | _moduleID {} |