![]() |
MT2523 API Reference
LinkIt SDK v4
|
Blood pressure sensor event data. More...
#include <sensor_alg_interface.h>
Data Fields | |
| int32_t | sbp |
| Systolic blood pressure in mmHg. More... | |
| int32_t | dbp |
| Diastolic blood pressure in mmHg. More... | |
| int32_t | bpm |
| Heart rate measurement. More... | |
| int32_t | status |
| Quality of the measurement, subject to fusion algorithm design. More... | |
| int32_t * | pwtt |
| The sequence of each Pulse Wave Transit Time (PWTT) interval between ECG and PPG in sampling rate unit. More... | |
| int32_t | numPwtt |
| The total number of PWTT contained in the sequence. More... | |
| int32_t | feature_type |
| An indicator to blood pressure monitor sensor output parameters. More... | |
Blood pressure sensor event data.
| int32_t bpm |
Heart rate measurement.
Beats per minute.
| int32_t dbp |
Diastolic blood pressure in mmHg.
| int32_t feature_type |
An indicator to blood pressure monitor sensor output parameters.
If feature_type is 0, the pwtt sequence outputs PWTT values. If the feature_type is 3, the pwtt sequence outputs data for blood pressure calibration.
| int32_t numPwtt |
The total number of PWTT contained in the sequence.
| int32_t* pwtt |
The sequence of each Pulse Wave Transit Time (PWTT) interval between ECG and PPG in sampling rate unit.
| int32_t sbp |
Systolic blood pressure in mmHg.
| int32_t status |
Quality of the measurement, subject to fusion algorithm design.