|
enum | QTI_ERRORS { QTINO_ERROR,
FIN_GOOD_ERROR,
FOUT_GOOD_ERROR,
DEV_NOT_OPEN_ERROR
} |
|
|
| QTITempProbe (std::string dev_path) |
|
void | init () |
|
int | setDevPath (std::string dev_path) |
|
int | readSerialNumber () |
|
std::string | getSerialNumber () |
|
double | getTemperature () |
|
int | getErrNum () |
|
|
std::string | devPath |
|
bool | devOpen |
|
std::string | serialNumber |
|
std::ifstream | fin |
|
std::ofstream | fout |
|
int | errNum |
|
timer_t | timerid |
|
struct sigevent | sev |
|
struct itimerspec | its |
|
struct sigaction | sa |
|
Definition at line 16 of file QTITempProbe.h.
int QTITempProbe::readSerialNumber |
( |
| ) |
|
The documentation for this class was generated from the following files: