#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 () |
HardBlock::HardBlock | ( | ) |
HardBlock::HardBlock | ( | int | id, |
int | refPin, | ||
int | gndPin | ||
) |
int HardBlock::getBlockId | ( | ) |
int HardBlock::getFailedDetection | ( | ) |
int HardBlock::getGND | ( | ) |
int * HardBlock::getPins | ( | ) |
int HardBlock::getRefPin | ( | ) |
void HardBlock::increaseFailedDetection | ( | ) |
bool HardBlock::isTaken | ( | ) |
void HardBlock::resetFailedDetection | ( | ) |
void HardBlock::setBlockId | ( | int | id | ) |
void HardBlock::setTaken | ( | bool | taken | ) |