libsigrokcxx  0.4.0
C++ bindings for libsigrok
Static Public Attributes | List of all members
sigrok::Quantity Class Reference

Measured quantity. More...

#include <libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::Quantity:

Static Public Attributes

static const Quantity *const VOLTAGE
 
static const Quantity *const CURRENT
 
static const Quantity *const RESISTANCE
 
static const Quantity *const CAPACITANCE
 
static const Quantity *const TEMPERATURE
 
static const Quantity *const FREQUENCY
 
static const Quantity *const DUTY_CYCLE
 Duty cycle, e.g. More...
 
static const Quantity *const CONTINUITY
 Continuity test. More...
 
static const Quantity *const PULSE_WIDTH
 
static const Quantity *const CONDUCTANCE
 
static const Quantity *const POWER
 Electrical power, usually in W, or dBm. More...
 
static const Quantity *const GAIN
 Gain (a transistor's gain, or hFE, for example). More...
 
static const Quantity *const SOUND_PRESSURE_LEVEL
 Logarithmic representation of sound pressure relative to a reference value. More...
 
static const Quantity *const CARBON_MONOXIDE
 Carbon monoxide level. More...
 
static const Quantity *const RELATIVE_HUMIDITY
 Humidity. More...
 
static const Quantity *const TIME
 Time. More...
 
static const Quantity *const WIND_SPEED
 Wind speed. More...
 
static const Quantity *const PRESSURE
 Pressure. More...
 
static const Quantity *const PARALLEL_INDUCTANCE
 Parallel inductance (LCR meter model). More...
 
static const Quantity *const PARALLEL_CAPACITANCE
 Parallel capacitance (LCR meter model). More...
 
static const Quantity *const PARALLEL_RESISTANCE
 Parallel resistance (LCR meter model). More...
 
static const Quantity *const SERIES_INDUCTANCE
 Series inductance (LCR meter model). More...
 
static const Quantity *const SERIES_CAPACITANCE
 Series capacitance (LCR meter model). More...
 
static const Quantity *const SERIES_RESISTANCE
 Series resistance (LCR meter model). More...
 
static const Quantity *const DISSIPATION_FACTOR
 Dissipation factor. More...
 
static const Quantity *const QUALITY_FACTOR
 Quality factor. More...
 
static const Quantity *const PHASE_ANGLE
 Phase angle. More...
 
static const Quantity *const DIFFERENCE
 Difference from reference value. More...
 
static const Quantity *const COUNT
 Count. More...
 
static const Quantity *const POWER_FACTOR
 Power factor. More...
 
static const Quantity *const APPARENT_POWER
 Apparent power. More...
 
static const Quantity *const MASS
 Mass. More...
 

Additional Inherited Members

- Public Member Functions inherited from sigrok::EnumValue< Quantity, enum sr_mq >
int id () const
 The integer constant associated with this value. More...
 
string name () const
 The name associated with this value. More...
 
- Static Public Member Functions inherited from sigrok::EnumValue< Quantity, enum sr_mq >
static const Quantityget (int id)
 Get value associated with a given integer constant. More...
 
static std::vector< const Quantity * > values ()
 Get possible values. More...
 

Detailed Description

Measured quantity.

Definition at line 105 of file enums.hpp.

Member Data Documentation

const Quantity* const sigrok::Quantity::DUTY_CYCLE
static

Duty cycle, e.g.

Definition at line 116 of file enums.hpp.

const Quantity* const sigrok::Quantity::CONTINUITY
static

Continuity test.

Definition at line 118 of file enums.hpp.

const Quantity* const sigrok::Quantity::POWER
static

Electrical power, usually in W, or dBm.

Definition at line 122 of file enums.hpp.

const Quantity* const sigrok::Quantity::GAIN
static

Gain (a transistor's gain, or hFE, for example).

Definition at line 124 of file enums.hpp.

const Quantity* const sigrok::Quantity::SOUND_PRESSURE_LEVEL
static

Logarithmic representation of sound pressure relative to a reference value.

Definition at line 126 of file enums.hpp.

const Quantity* const sigrok::Quantity::CARBON_MONOXIDE
static

Carbon monoxide level.

Definition at line 128 of file enums.hpp.

const Quantity* const sigrok::Quantity::RELATIVE_HUMIDITY
static

Humidity.

Definition at line 130 of file enums.hpp.

const Quantity* const sigrok::Quantity::TIME
static

Time.

Definition at line 132 of file enums.hpp.

const Quantity* const sigrok::Quantity::WIND_SPEED
static

Wind speed.

Definition at line 134 of file enums.hpp.

const Quantity* const sigrok::Quantity::PRESSURE
static

Pressure.

Definition at line 136 of file enums.hpp.

const Quantity* const sigrok::Quantity::PARALLEL_INDUCTANCE
static

Parallel inductance (LCR meter model).

Definition at line 138 of file enums.hpp.

const Quantity* const sigrok::Quantity::PARALLEL_CAPACITANCE
static

Parallel capacitance (LCR meter model).

Definition at line 140 of file enums.hpp.

const Quantity* const sigrok::Quantity::PARALLEL_RESISTANCE
static

Parallel resistance (LCR meter model).

Definition at line 142 of file enums.hpp.

const Quantity* const sigrok::Quantity::SERIES_INDUCTANCE
static

Series inductance (LCR meter model).

Definition at line 144 of file enums.hpp.

const Quantity* const sigrok::Quantity::SERIES_CAPACITANCE
static

Series capacitance (LCR meter model).

Definition at line 146 of file enums.hpp.

const Quantity* const sigrok::Quantity::SERIES_RESISTANCE
static

Series resistance (LCR meter model).

Definition at line 148 of file enums.hpp.

const Quantity* const sigrok::Quantity::DISSIPATION_FACTOR
static

Dissipation factor.

Definition at line 150 of file enums.hpp.

const Quantity* const sigrok::Quantity::QUALITY_FACTOR
static

Quality factor.

Definition at line 152 of file enums.hpp.

const Quantity* const sigrok::Quantity::PHASE_ANGLE
static

Phase angle.

Definition at line 154 of file enums.hpp.

const Quantity* const sigrok::Quantity::DIFFERENCE
static

Difference from reference value.

Definition at line 156 of file enums.hpp.

const Quantity* const sigrok::Quantity::COUNT
static

Count.

Definition at line 158 of file enums.hpp.

const Quantity* const sigrok::Quantity::POWER_FACTOR
static

Power factor.

Definition at line 160 of file enums.hpp.

const Quantity* const sigrok::Quantity::APPARENT_POWER
static

Apparent power.

Definition at line 162 of file enums.hpp.

const Quantity* const sigrok::Quantity::MASS
static

Mass.

Definition at line 164 of file enums.hpp.


The documentation for this class was generated from the following file: