#include <tmr_read_plan.h>
Public Attributes | |
uint8_t | planCount |
TMR_ReadPlan ** | plans |
uint32_t | totalWeight |
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.
uint8_t TMR_MultiReadPlan::planCount |
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.
uint32_t TMR_MultiReadPlan::totalWeight |
Definition at line 148 of file tmr_read_plan.h.