Contains functions for micostrain driver. More...
Classes | |
class | ThingReader |
TMR class. More... | |
Functions | |
void | callback_wrapper (TMR_Reader *reader, const TMR_TagReadData *t, void *cookie) |
void | checkerr (TMR_Reader *rp, TMR_Status ret, int exitval, const char *msg) |
void | errx (int exitval, const char *fmt,...) |
void | exceptionCallback (TMR_Reader *reader, TMR_Status error, void *cookie) |
Contains functions for micostrain driver.
void TMR::callback_wrapper | ( | TMR_Reader * | reader, |
const TMR_TagReadData * | t, | ||
void * | cookie | ||
) |
Definition at line 191 of file thing_reader.cpp.
void TMR::checkerr | ( | TMR_Reader * | rp, |
TMR_Status | ret, | ||
int | exitval, | ||
const char * | msg | ||
) |
Definition at line 182 of file thing_reader.cpp.
void TMR::errx | ( | int | exitval, |
const char * | fmt, | ||
... | |||
) |
Definition at line 173 of file thing_reader.cpp.
void TMR::exceptionCallback | ( | TMR_Reader * | reader, |
TMR_Status | error, | ||
void * | cookie | ||
) |
Definition at line 206 of file thing_reader.cpp.