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. | |
void | usage (char *pProgName) |
Print usage message and exit. |
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
void usage | ( | char * | pProgName | ) |
Print usage message and exit.
[in] | nProgName | Program name string |