#include <tmr_read_plan.h>
Public Attributes | |
bool | enableAutonomousRead |
TMR_ReadPlanType | type |
union { | |
TMR_MultiReadPlan multi | |
TMR_SimpleReadPlan simple | |
} | u |
uint32_t | weight |
A ReadPlan structure specifies the antennas, protocols, and filters to use for a search (read).
Definition at line 169 of file tmr_read_plan.h.
Option for Autonomous read
Definition at line 176 of file tmr_read_plan.h.
MultiReadPlan contents
Definition at line 182 of file tmr_read_plan.h.
SimpleReadPlan contents
Definition at line 180 of file tmr_read_plan.h.
The type of the read plan and the type of the union that is populated
Definition at line 172 of file tmr_read_plan.h.
union { ... } TMR_ReadPlan::u |
uint32_t TMR_ReadPlan::weight |
The relative weight of this read plan
Definition at line 174 of file tmr_read_plan.h.