Adrian Mitevski / Mbed 2 deprecated mDot_LoRa_Sensornode

Dependencies:   mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

FlowSensorProperties Struct Reference

FlowSensorProperties Struct Reference

FlowSensorProperties. More...

#include <FlowMeter.h>

Data Fields

double capacity
 capacity, upper limit of flow rate (in l/min)
double kFactor
 "k-factor" (in (pulses/s) / (l/min)), e.g.: 1 pulse/s = kFactor * l/min
double mFactor [10]
 multiplicative correction factor near unity, "meter factor" (per decile of flow)

Detailed Description

FlowSensorProperties.

Structure that holds essential information about a flow sensor. Stores general sensor properties and calibration points.

See file G34_Flow_rate_to_frequency.jpg for reference.

Definition at line 21 of file FlowMeter.h.


Field Documentation

double capacity

capacity, upper limit of flow rate (in l/min)

Definition at line 22 of file FlowMeter.h.

double kFactor

"k-factor" (in (pulses/s) / (l/min)), e.g.: 1 pulse/s = kFactor * l/min

Definition at line 23 of file FlowMeter.h.

double mFactor[10]

multiplicative correction factor near unity, "meter factor" (per decile of flow)

Definition at line 24 of file FlowMeter.h.