CGM Simulator
0.1.3
A CGM simulator to demonstrate the BLE CGM profile v1.1
|
Container for CGM measurement result data. More...
Data Fields | |
uint8 | size |
The number of bytes inside the CGM measrement entries. This is not the size of the structure itself. More... | |
uint8 | flags |
Indicates the presene of optional data fields. More... | |
uint16 | concentration |
The concentration of glucose eastimate, in the SFLOAT data type. More... | |
uint16 | timeoffset |
The timeoffset from the session start time from the record in the unit of minute. More... | |
uint24 | annunciation |
Annunciation of relevant status of the sensor or the record. More... | |
uint16 | trend |
The rate of increase or decrease, in the SFLOAT data type. It has the unit of mg/dL/min. More... | |
uint16 | quality |
The quality of the CGM measurement,. More... | |
Container for CGM measurement result data.
uint24 cgmMeasC_t::annunciation |
Annunciation of relevant status of the sensor or the record.
uint16 cgmMeasC_t::concentration |
The concentration of glucose eastimate, in the SFLOAT data type.
uint8 cgmMeasC_t::flags |
Indicates the presene of optional data fields.
uint16 cgmMeasC_t::quality |
The quality of the CGM measurement,.
uint8 cgmMeasC_t::size |
The number of bytes inside the CGM measrement entries. This is not the size of the structure itself.
uint16 cgmMeasC_t::timeoffset |
The timeoffset from the session start time from the record in the unit of minute.
uint16 cgmMeasC_t::trend |
The rate of increase or decrease, in the SFLOAT data type. It has the unit of mg/dL/min.