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
Session Start Time Charateristic

This group contains modules related to session start time characteristic implementation. More...

Collaboration diagram for Session Start Time Charateristic:

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
 

Detailed Description

This group contains modules related to session start time characteristic implementation.

Variable Documentation

bool cgmSessionStartIndicator =false
static

Indicate whether the sesstion has been started.

cgmSessionStartTime_t cgmStartTime ={{0,0,0,0,0,2000},TIME_ZONE_UTC_M5,DST_STANDARD_TIME}
static

The start time of the current session. The default value is

UTCTime cgmStartTime_UTC
static

The UTC format of the start time. Appear as the number of seconds from 2000-01-01-00:00:00.

bool cgmStartTimeConfigIndicator =false
static

Indicate whether the session start time has been configured before with the set start time CGMCP command.