RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches
Trace API

OSAPI Trace. More...

Macros

#define OSAPI_TRACEKIND_NONE   0x00
 Disable all tracing.
 
#define OSAPI_TRACEKIND_NET   0x01
 Enable network transport tracing.
 
#define OSAPI_TRACEKIND_DDS   0x02
 Enable DDS layer tracing.
 
#define OSAPI_TRACEKIND_THREAD   0x04
 Enable thread tracing.
 
#define OSAPI_TRACEKIND_SHMEM   0x10
 Enable shared memory transport tracing.
 
#define OSAPI_TRACEKIND_RTPS   0x20
 Enable RTPS protocol tracing.
 

Functions

void OSAPI_Trace_set_trace_mask (RTI_UINT32 mask)
 Set the trace mask.
 

Detailed Description

OSAPI Trace.

Macro Definition Documentation

◆ OSAPI_TRACEKIND_NONE

#define OSAPI_TRACEKIND_NONE   0x00

Disable all tracing.

See Also OSAPI_Trace_set_trace_mask

◆ OSAPI_TRACEKIND_NET

#define OSAPI_TRACEKIND_NET   0x01

Enable network transport tracing.

See Also OSAPI_Trace_set_trace_mask

◆ OSAPI_TRACEKIND_DDS

#define OSAPI_TRACEKIND_DDS   0x02

Enable DDS layer tracing.

See Also OSAPI_Trace_set_trace_mask

◆ OSAPI_TRACEKIND_THREAD

#define OSAPI_TRACEKIND_THREAD   0x04

Enable thread tracing.

See Also OSAPI_Trace_set_trace_mask

◆ OSAPI_TRACEKIND_SHMEM

#define OSAPI_TRACEKIND_SHMEM   0x10

Enable shared memory transport tracing.

See Also OSAPI_Trace_set_trace_mask

◆ OSAPI_TRACEKIND_RTPS

#define OSAPI_TRACEKIND_RTPS   0x20

Enable RTPS protocol tracing.

See Also OSAPI_Trace_set_trace_mask

Function Documentation

◆ OSAPI_Trace_set_trace_mask()

void OSAPI_Trace_set_trace_mask ( RTI_UINT32 mask)

Set the trace mask.

Parameters
mask<<in>> New trace mask. One or more of the following values OR'd together:

OSAPI_TRACEKIND_NONE - Disable all tracing

OSAPI_TRACEKIND_NET - Network transport tracing

OSAPI_TRACEKIND_DDS - DDS layer tracing

OSAPI_TRACEKIND_THREAD - Thread tracing

OSAPI_TRACEKIND_SHMEM - Shared memory transport tracing

OSAPI_TRACEKIND_RTPS - RTPS protocol tracing

References RTI_UINT32.