Fonctions membres publiques | Liste de tous les membres
Référence de la classe HardBlock

#include <HardBlock.h>

Fonctions membres publiques

 HardBlock ()
 
 HardBlock (int id, int refPin, int gndPin)
 
void setBlockId (int id)
 
int getBlockId ()
 
int getRefPin ()
 
int getGND ()
 
bool isTaken ()
 
void setTaken (bool taken)
 
int * getPins ()
 
int getFailedDetection ()
 
void increaseFailedDetection ()
 
void resetFailedDetection ()
 

Documentation des constructeurs et destructeur

◆ HardBlock() [1/2]

HardBlock::HardBlock ( )

◆ HardBlock() [2/2]

HardBlock::HardBlock ( int  id,
int  refPin,
int  gndPin 
)

Documentation des fonctions membres

◆ getBlockId()

int HardBlock::getBlockId ( )

◆ getFailedDetection()

int HardBlock::getFailedDetection ( )

◆ getGND()

int HardBlock::getGND ( )

◆ getPins()

int * HardBlock::getPins ( )

◆ getRefPin()

int HardBlock::getRefPin ( )

◆ increaseFailedDetection()

void HardBlock::increaseFailedDetection ( )

◆ isTaken()

bool HardBlock::isTaken ( )

◆ resetFailedDetection()

void HardBlock::resetFailedDetection ( )

◆ setBlockId()

void HardBlock::setBlockId ( int  id)

◆ setTaken()

void HardBlock::setTaken ( bool  taken)