LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CImpinjRFPowerSweep for LLRP parameter ImpinjRFPowerSweep. More...
#include <out_impinj_ltkcpp.h>
Inherits CParameter.
Public Member Functions | |
llrp_u1_t | getEnableRFPowerSweep (void) |
Get accessor functions for the LLRP EnableRFPowerSweep field. | |
void | setEnableRFPowerSweep (llrp_u1_t value) |
Set accessor functions for the LLRP EnableRFPowerSweep field. | |
llrp_u16_t | getMinimumPowerLevel (void) |
Get accessor functions for the LLRP MinimumPowerLevel field. | |
void | setMinimumPowerLevel (llrp_u16_t value) |
Set accessor functions for the LLRP MinimumPowerLevel field. | |
llrp_u16_t | getPowerLevelStepSize (void) |
Get accessor functions for the LLRP PowerLevelStepSize field. | |
void | setPowerLevelStepSize (llrp_u16_t value) |
Set accessor functions for the LLRP PowerLevelStepSize field. | |
std::list< CParameter * >::iterator | beginCustom (void) |
Returns the first element of the Custom sub-parameter list. | |
std::list< CParameter * >::iterator | endCustom (void) |
Returns the last element of the Custom sub-parameter list. | |
void | clearCustom (void) |
Clears the LLRP Custom sub-parameter list. | |
int | countCustom (void) |
Count of the LLRP Custom sub-parameter list. | |
EResultCode | addCustom (CParameter *pValue) |
Add a Custom to the LLRP sub-parameter list. | |
Protected Attributes | |
llrp_u1_t | m_EnableRFPowerSweep |
llrp_u16_t | m_MinimumPowerLevel |
llrp_u16_t | m_PowerLevelStepSize |
std::list< CParameter * > | m_listCustom |
Class Definition CImpinjRFPowerSweep for LLRP parameter ImpinjRFPowerSweep.
<p>This custom parameter controls the RF Power Sweep feature.</p> <p> EnableRFPowerSweep: Set to enable RF Power Sweep, reset to disable. Reset by default.</p> <p> MinimumPowerLevel: Transmit Power above which to start the RF Power Sweep, expressed as an index into the TransmitPowerTable. Ignored if disabling feature. </p> <p> PowerLevelStepSize: Transmit Power step size by which to sweep power. Specified as power level index (0.25 dB increments). Ignored if disabling feature. </p> <SMALL><i>Copyright 2017 Impinj Inc.</i></SMALL>
Definition at line 15503 of file out_impinj_ltkcpp.h.