|
LTKCPP-- LLRP Toolkit C Plus Plus Library
|
LLRP Examples Implementing Use case docSample4 of the LTK programmers guide. More...
Go to the source code of this file.
Functions | |
| int | main (int ac, char *av[]) |
| Command main routine. More... | |
| void | usage (char *pProgName) |
| Print usage message and exit. More... | |
LLRP Examples Implementing Use case docSample4 of the LTK programmers guide.
This example shows how to use the Impinj Low Level data features to estimate the velocity of a tag. This example is only supported on Speedway Revolution
Definition in file docsample4.cpp.
| int main | ( | int | ac, |
| char * | av[] | ||
| ) |
Command main routine.
Command synopsis:
example1 [-v[v]] READERHOSTNAME
0 Everything seemed to work. 1 Bad usage 2 Run failed
Definition at line 212 of file docsample4.cpp.
References usage().
| void usage | ( | char * | pProgName | ) |
Print usage message and exit.
| [in] | nProgName | Program name string |
Definition at line 294 of file docsample4.cpp.
Referenced by main().
1.8.6