Go to the source code of this file.
Namespaces | |
namespace | TMR |
Contains functions for micostrain driver. | |
Defines | |
#define | usage() |
#define | USE_TRANSPORT_LISTENER 0 |
Functions | |
void | TMR::callback_wrapper (TMR_Reader *reader, const TMR_TagReadData *t, void *cookie) |
void | TMR::checkerr (TMR_Reader *rp, TMR_Status ret, int exitval, const char *msg) |
void | TMR::errx (int exitval, const char *fmt,...) |
void | TMR::exceptionCallback (TMR_Reader *reader, TMR_Status error, void *cookie) |
#define usage | ( | ) |
{errx(1, "Please provide reader URL, such as:\n"\ "tmr:///com4 or tmr:///com4 --ant 1,2\n"\ "tmr://my-reader.example.com or tmr://my-reader.example.com --ant 1,2\n");}
Definition at line 34 of file thing_reader.cpp.
#define USE_TRANSPORT_LISTENER 0 |
Definition at line 31 of file thing_reader.cpp.