|
MSP Gas Metering Library
|
Functions | |
| GASMETERING_return_code | GASMETERING_intializeAlgorithm (GASMETERING_configuration *pLibraryConfig) |
| Initializes algorithm. More... | |
| GASMETERING_return_code | GASMETERING_runAlgorithm (GASMETERING_configuration *pLibraryConfig, GASMETERING_Algorithms_Results *pResults) |
| Runs ToF algorithm. More... | |
| GASMETERING_return_code GASMETERING_intializeAlgorithm | ( | GASMETERING_configuration * | pLibraryConfig | ) |
Initializes algorithm.
This API must be called before calling GASMETERING_runAlgorithm API. Failure to call this function might result in unknown behavior.
| pLibraryConfig | pointer to GAS Metering library configuration structure |
| GASMETERING_return_code GASMETERING_runAlgorithm | ( | GASMETERING_configuration * | pLibraryConfig, |
| GASMETERING_Algorithms_Results * | pResults | ||
| ) |
Runs ToF algorithm.
This API allows user to obtain Absolute Time of Flight, Delta ToF and volume flow rate. The have control on which calculation are run based on the selection of the following members of GASMETERING_Algorithms_Configuration structure:
| pLibraryConfig | pointer to GAS Metering library configuration structure |
| pResults | pointer to result structure. |