#include <tmr_read_plan.h>
Public Attributes | |
TMR_uint8List | antennas |
TMR_TagFilter * | filter |
TMR_TagProtocol | protocol |
TMR_StopOnTagCount | stopOnCount |
TMR_TagOp * | tagop |
TMR_GPITriggerRead | triggerRead |
bool | useFastSearch |
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.
Definition at line 115 of file tmr_read_plan.h.
The list of antennas to read on
Definition at line 118 of file tmr_read_plan.h.
The filter to apply to reading, or NULL
Definition at line 122 of file tmr_read_plan.h.
The protocol to use for reading
Definition at line 120 of file tmr_read_plan.h.
The stop N trigger
Definition at line 128 of file tmr_read_plan.h.
The tag operation to apply to each read tag, or NULL
Definition at line 124 of file tmr_read_plan.h.
The GPI trigger read
Definition at line 130 of file tmr_read_plan.h.
Option to use the FastSearch
Definition at line 126 of file tmr_read_plan.h.