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 |
Global pad index implimentation .
Definition at line 13 of file GlobalPadIndex.h.
1.8.6