spandsp
0.0.6
|
#include <power_meter.h>
Public Attributes | |
int | shift |
int32_t | reading |
Power meter descriptor. This defines the working state for a single instance of a power measurement device.
int32_t power_meter_t::reading |
The current power reading.
Referenced by power_meter_current(), power_meter_current_dbm0(), and power_meter_current_dbov().
int power_meter_t::shift |
The shift factor, which controls the damping of the power meter.
Referenced by power_meter_damping().