![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Initialize or get the state of the traceparser library
#include <sys/traceparser.h> struct traceparser_state * traceparser_init ( struct traceparser_state * stateptr );
libtraceparser
The traceparser_init() function initializes the state of the traceparser library. To initialize the library, execute the function with the stateptr argument as null; the function returns the initialized state structure.
The traceparser_state structure is an opaque structure for use by the other SAT functions.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
traceparser_get_info(), traceparser_init()
![]() |
![]() |
![]() |
![]() |