Public Attributes
TMR_MultiReadPlan Struct Reference

#include <tmr_read_plan.h>

List of all members.

Public Attributes

uint8_t planCount
TMR_ReadPlan ** plans
uint32_t totalWeight

Detailed Description

A MultiReadPlan contains a list of other ReadPlan objects. The relative weights of each of the included sub-plans are used determine what fraction of the total read time to allot to that sub-plan (for example, if the first plan has a weight of 20 and the second has a weight of 10, the first 2/3 of any read will use the first plan, and the remaining 1/3 will use the second plan). MultiReadPlan is useful for specifying searches over multiple protocols, for using different filters on different antennas, and other combinations.

Definition at line 144 of file tmr_read_plan.h.


Member Data Documentation

Internal value - initialize to 0 Number of elements in the array of read plans

Definition at line 150 of file tmr_read_plan.h.

Array of pointers to the subsidiary read plans

Definition at line 147 of file tmr_read_plan.h.

Definition at line 148 of file tmr_read_plan.h.


The documentation for this struct was generated from the following file:


thingmagic_rfid
Author(s): Brian Bingham
autogenerated on Thu May 16 2019 03:01:27