HistogramOptions
HistogramOptions

Contains all of the Histogram options that can be configured for a WirelessNode.

Variables
m_transmitRate
WirelessTypes::WirelessSampleRate m_transmitRate

The transmit rate of the Histogram.

m_binStart
uint16 m_binStart

The start of the first bin in the Histogram.

m_binSize
uint16 m_binSize

The size of each bin in the Histogram.

Functions
transmitRate
WirelessTypes::WirelessSampleRate transmitRate() const

Gets the transmit rate set in this options object, as a WirelessTypes::WirelessSampleRate.

transmitRate
void transmitRate(
WirelessTypes::WirelessSampleRate rate
)

Sets the transmit rate in this options object.

Parameters
rate

The transmit rate (as a WirelessTypes::WirelessSampleRate) to set.

binsStart
uint16 binsStart() const

Gets the bins start set in this options object.

binsStart
void binsStart(
uint16 start
)

Sets the bins start in this options object.

Parameters
start
uint16

The start of the first bin in the Histogram.

binsSize
uint16 binsSize() const

Gets the bins size set in this options object.

binsSize
void binsSize(
uint16 size
)

Sets the bins size in this options object.

Parameters
size
uint16

The size of each bin in the Histogram.