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

Tracing/Debugging Interface. -More...

- - - - - -

-Topics

 Tracing/Debugging Types
 Referred types used by Tracing/Debugging Interface.
 
- - - - - - - - - - -

-Macros

#define UCS_TR_INFO
 Trace macro to capture trace info events.
 
#define UCS_TR_ERROR
 Trace macro to capture trace error events.
 
#define UCS_TR_SIZE_BUFFER   256
 Defines the needed buffer size to decode a trace entry.
 
- - - - -

-Callback Functions

typedef void(* Ucs_DebugErrorMsgCb_t )(Msg_MostTel_t *msg_ptr, void *user_ptr)
 Optional callback function used to debug received raw messages with OpType UCS_OP_ERROR and UCS_OP_ERRORACK.
 
-

Detailed Description

-

Tracing/Debugging Interface.

-

The UCS Trace Interface is intended for debugging and logging purpose. There are 2 different trace options:

-
    -
  • The definition of trace macros to print out internal states, messages and errors. This option provides two trace classes: info and error. Each trace class can be activated by defining the respective macro UCS_TR_INFO UCS_TR_ERROR in the configuration header file ucs_cfg.h. While the info class is intended only for debugging purpose during development, the error class can also be active for logging purpose in a production system.
  • -
  • Implementation of the callback function Ucs_DebugErrorMsgCb_t which is assigned during initialization. The callback function is fired on every received Error message from a local or remote INIC.
  • -
-
-
- - - - - - -- cgit 1.2.3-korg