Macros§
- Gauge
Statistic Unknown - Pattern that matches an unknown
GaugeStatistic
member.
Structs§
- Antenna
Id - Identifier for antenna.
- Connection
Stats - Hist
Bucket - Histogram bucket.
- Iface
Histogram Stats - Iface
Stats - Inspect
Counter Config - Config to associate a driver-specific counter ID with a counter name that is to be used in Inspect.
- Inspect
Gauge Config - Config to associate a driver-specific gauge ID with a gauge name that is to be used in Inspect.
- Noise
Floor Histogram - Histogram for noise floor samples.
- Rssi
Histogram - Histogram for received signal strength indicator (RSSI).
- RxRate
Index Histogram - Histogram for received data rate.
- SnrHistogram
- Histogram for signal to noise ratio (SNR).
- Telemetry
Support - Unnamed
Counter - Unnamed
Gauge
Enums§
- Antenna
Freq - Antenna frequency.
- Gauge
Statistic - Statistics supported by the Gauge type.
- Hist
Scope - The scope of the histogram, e.g. if the histogram contains data for the entire station, or has data for just a single antenna.
Constants§
- GAUGE_
STATISTIC_ MAX_ LENGTH - MAX_
DRIVER_ SPECIFIC_ COUNTERS - MAX_
DRIVER_ SPECIFIC_ GAUGES - MAX_
HISTOGRAMS_ PER_ TYPE - For each histogram type (e.g. RSSI), there can be multiple histograms up to this limit. For example, an interface might have 1 histogram for station-wide RSSI, but also 1 for each of the antennas used by the interface.
- MAX_
NOISE_ FLOOR_ SAMPLES - All histograms have a fixed number of buckets. To save space, each histogram type uses a vector to hold only non-empty buckets (a sparse histogram), with these constants as the max size of each vector. Noise floor values range from -255 to -1 dBm.
- MAX_
RSSI_ SAMPLES - RSSI values range from -255 to -1 dBm.
- MAX_
RX_ RATE_ INDEX_ SAMPLES - Size of RxRateIndexHistogram lookup table (see comments in RxRateIndexHistogram).
- MAX_
SNR_ SAMPLES - SNR values range from 0 to 255 dB.
- STAT_
NAME_ MAX_ LENGTH