|
Halyri - Mobiili
0.9.1
|
Classes | |
| class | MeasurementInstrumentManager |
| Mock implementation of a class that manages the measurement instruments connected to a mobile device. This implementation contains a specification for a single measurement instrument and provides it on a list. More... | |
| class | MeasurementManager |
| Mock of a class that manages an active measurement session on a measurement instrument connested to the mobile device. Currently provides data conforming to the data structure parameters specified in the provided MeasurementInstrumentDto and imitating nomrmal ECG. More... | |
Functions | |
| delegate void | MeasurementDataAvailable (MeasurementInstrumentDto instrument, byte[] data) |
| Invoked when measurement data is available with instrument given. More... | |
| delegate void Halyri.Measurement.MeasurementDataAvailable | ( | MeasurementInstrumentDto | instrument, |
| byte[] | data | ||
| ) |
Invoked when measurement data is available with instrument given.
| instrument | Instrument |
| data | Data |