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 --- .../doc/html/struct_ucs___cmd___msg_id__t.html | 132 --------------------- 1 file changed, 132 deletions(-) delete mode 100644 ucs2-lib/doc/html/struct_ucs___cmd___msg_id__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___cmd___msg_id__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___cmd___msg_id__t.html b/ucs2-lib/doc/html/struct_ucs___cmd___msg_id__t.html deleted file mode 100644 index daa825f..0000000 --- a/ucs2-lib/doc/html/struct_ucs___cmd___msg_id__t.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - -UNICENS: Ucs_Cmd_MsgId_t Struct Reference - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Ucs_Cmd_MsgId_t Struct Reference
-
-
- -

Structure of a single element of the MessageId Table. - More...

- - - - - - - - -

-Data Fields

uint16_t msg_id
 MessageId.
 
Ucs_Cmd_Handler_Function_t handler_function_ptr
 Pointer to the belonging handler function.
 
-

Detailed Description

-

Structure of a single element of the MessageId Table.

-

The application provides a MessageId Table which contains all supported MessageIds with their belonging handler functions. The MessageId Table is an array of several Ucs_Cmd_MsgId_t elements. It has to end with a termination entry with the value {UCS_CMD_MSGID_TERMINATION, NULL}.

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