1 #ifndef GEAR_GlobalPadIndex_h 
    2 #define GEAR_GlobalPadIndex_h 
   39           return (_moduleID==cmp._moduleID && _padIndex==cmp._padIndex);
 
virtual int getModuleID() const 
Get module index. 
 
virtual int getPadIndex() const 
Get pad index. 
 
Global pad index implimentation . 
 
bool operator==(const GlobalPadIndex &cmp) const 
equals operator 
 
virtual void setModuleID(int moduleID)
Set the module ID. 
 
virtual void setPadIndex(int padIndex)
Set the pad index.