![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Execute a parsing procedure with user data
#include <sys/traceparser.h> extern int traceparser ( struct traceparser_state * stateptr, void * userdata, const char * filename );
libtraceparser
The traceparser() function starts the parsing procedure filename. It also executes the user defined callback functions and passes the userdata to it. The stateptr argument is an opaque structure obtained from traceparser_init().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
traceparser_get_info(), traceparser_init()
![]() |
![]() |
![]() |
![]() |