LTKCPP-- LLRP Toolkit C Plus Plus Library
Functions
docsample4.cpp File Reference

LLRP Examples Implementing Use case docSample4 of the LTK programmers guide. More...

#include <stdio.h>
#include "ltkcpp.h"
#include "impinj_ltkcpp.h"
#include "time.h"

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...
 

Detailed Description

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.

Function Documentation

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.

Parameters
[in]nProgNameProgram name string
Returns
none, exits

Definition at line 294 of file docsample4.cpp.

Referenced by main().