CGM Simulator
0.1.3
A CGM simulator to demonstrate the BLE CGM profile v1.1
|
This group contains modules related to session start time characteristic implementation. More...
Data Structures | |
struct | cgmSessionStartTime_t |
Container for the CGM session start time characteristic. More... | |
Variables | |
static cgmSessionStartTime_t | cgmStartTime ={{0,0,0,0,0,2000},TIME_ZONE_UTC_M5,DST_STANDARD_TIME} |
static UTCTime | cgmStartTime_UTC |
The UTC format of the start time. Appear as the number of seconds from 2000-01-01-00:00:00. More... | |
static bool | cgmSessionStartIndicator =false |
Indicate whether the sesstion has been started. More... | |
static bool | cgmStartTimeConfigIndicator =false |
This group contains modules related to session start time characteristic implementation.
|
static |
Indicate whether the sesstion has been started.
|
static |
The start time of the current session. The default value is
|
static |
The UTC format of the start time. Appear as the number of seconds from 2000-01-01-00:00:00.
|
static |
Indicate whether the session start time has been configured before with the set start time CGMCP command.