Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed
FlowSensorProperties Struct Reference
#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
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.
Generated on Tue Jul 12 2022 21:35:27 by
1.7.2