CGM Simulator  0.1.3
A CGM simulator to demonstrate the BLE CGM profile v1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
cgmsimdata.h
Go to the documentation of this file.
1 
17 #ifndef __CGM_SIM_DATA__
18 #define __CGM_SIM_DATA__
19 
20  unsigned short cgmGetNextData(void);
21  void cgmSimDataReset(void);
22 #endif
void cgmSimDataReset(void)
Reset the simulator data return.
Definition: cgmSimData.c:31
unsigned short cgmGetNextData(void)
Retrieve the next glucose simulation data from the data array cgmData.
Definition: cgmSimData.c:39