OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flowrate
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/grovewfs/
grovewfs.cxx
115
float GroveWFS::
flowRate
()
121
float
flowRate
= (float(flow) * 7.5) / ((float(millis) / 1000.0) * 60.0);
123
return
flowRate
;
grovewfs.h
124
float
flowRate
();
/hardware/bsp/intel/peripheral/libupm/examples/java/
GroveWFSSample.java
47
System.out.println(" Flow Rate: " + flow.
flowRate
() + " LPM");
/hardware/bsp/intel/peripheral/libupm/examples/c++/
grovewfs.cxx
60
float fr = flow->
flowRate
();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovewfs.js
46
fr = myWaterFlow_obj.
flowRate
();
/hardware/bsp/intel/peripheral/libupm/examples/python/
grovewfs.py
58
fr = myWaterFlow.
flowRate
()
Completed in 3223 milliseconds