From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- .../html/struct_ucs___general___init_data__t.html | 143 --------------------- 1 file changed, 143 deletions(-) delete mode 100644 ucs2-lib/doc/html/struct_ucs___general___init_data__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___general___init_data__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html b/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html deleted file mode 100644 index 5b2af8c..0000000 --- a/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - -UNICENS: Ucs_General_InitData_t Struct Reference - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Ucs_General_InitData_t Struct Reference
-
-
- -

The general section of initialization data. - More...

- - - - - - - - - - - - - - - - - - - - -

-Data Fields

Ucs_ErrorCb_t error_fptr
 Mandatory callback function notifying an error that terminates the API.
 
Ucs_GetTickCountCb_t get_tick_count_fptr
 Mandatory callback function querying the actual system tick count.
 
Ucs_SetAppTimerCb_t set_application_timer_fptr
 Callback function requesting the application to call Ucs_ReportTimeout() after a certain time. Mandatory callback function in event driven mode.
 
Ucs_RequestServiceCb_t request_service_fptr
 Callback function requesting the application to call Ucs_Service(). Mandatory callback function in event driven mode.
 
bool inic_watchdog_enabled
 Optional setting for debugging. Set to false to disable the watchdog, set to true (default value) to enable the watchdog.
 
Ucs_DebugErrorMsgCb_t debug_error_msg_fptr
 Optional callback function to debug incoming raw messages of operation type UCS_OP_ERROR and UCS_OP_ERRORACK.
 
-

Detailed Description

-

The general section of initialization data.

-
-
- - - - - - -- cgit 1.2.3-korg