Continuous Glucose Monitoring Service API. More...
Go to the source code of this file.
Classes | |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
union | cgms_get_info_req_t |
struct | cgms_cp_cmd_req_t |
struct | cgms_cp_cmd_rsp_t |
struct | cgms_meas_rec_t |
Glucose Measurement structure. This contains glucose measurement value. More... | |
struct | cgms_init_t |
CGM Service init stucture. This contains all option and data needed for initialization of the service. More... | |
Typedefs | |
typedef void(* | cgms_cccd_change_handler_t) (uint8_t conn_idx, cgms_cccd_status_t cccd_status) |
typedef void(* | cgms_get_info_req_handler_t) (uint8_t conn_idx, cgms_get_info_code_t code, cgms_get_info_req_t *data_out) |
typedef void(* | cgms_cp_cmd_req_handler_t) (uint8_t conn_idx, cgms_cp_cmd_req_t *req) |
typedef void(* | cgms_racp_req_handler_t) (uint8_t conn_idx, cgms_racp_req_t *req) |
typedef uint16_t(* | cgms_rec_num_get_func_t) (void) |
typedef void(* | cgms_db_rec_delete_func_t) (uint8_t rec_idx) |
typedef void(* | cgms_db_rec_get_func_t) (uint8_t rec_idx, cgms_meas_rec_t *p_rec) |
Functions | |
sdk_err_t | cgms_service_init (cgms_init_t *p_cgms_init) |
Initialize a Continuous Glucose Monitoring Service instance and add in the DB. More... | |
sdk_err_t | cgms_cp_cmd_rsp_send (uint8_t conn_idx, cgms_cp_cmd_rsp_t *p_rsp) |
Send cgms control point cmd response. More... | |
sdk_err_t | cgms_feature_update (uint32_t feature) |
Update cgms feature. More... | |
sdk_err_t | cgms_meas_val_send (uint8_t conn_idx, cgms_meas_rec_t *p_rec) |
Send cgms measurement value. More... | |
Continuous Glucose Monitoring Service API.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of GOODIX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file cgms.h.