#include <tmr_read_plan.h>
Public Attributes | |
| TMR_uint8List | antennas |
| TMR_TagProtocol | protocol |
| TMR_TagFilter * | filter |
| TMR_TagOp * | tagop |
| bool | useFastSearch |
| TMR_StopOnTagCount | stopOnCount |
| TMR_GPITriggerRead | triggerRead |
A SimpleReadPlan contains a protocol, a list of antennas, and an optional filter. The list of antennas may be an empty list, in which case the reader will use all antennas in the antenna map (see /reader/antenna/txRxMap) where the reader has detected an antenna present. The filter describes any selection or filtering operation to perform in the RFID protocol during the search. The filter may be NULL, in which case no selection or filtering is performed. Invalid combinations of protocols and filters (a Gen2 select on ISO180006B, for example) will produce an error at read time.
The list of antennas to read on
The filter to apply to reading, or NULL
The protocol to use for reading
The stop N trigger
The tag operation to apply to each read tag, or NULL
The GPI trigger read
Option to use the FastSearch
1.6.3