Operating systems, development tools, and professional services
for connected embedded systems

traceparser_destroy

traceparser_destroy()

Destroy a traceparser state structure

Synopsis:

#include <traceparser.h>

void traceparser_destroy ( 
   struct traceparser_state ** stateptr );

Library:

libtraceparser

Description:

The traceparser_destroy() function destroys a previously initialized traceparser state structure, stateptr.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

traceparser_get_info(), traceparser_init()