pps_decoder_dump_tree()

Parse an object read from PPS

Synopsis:

#include <pps.h>
            
void pps_decoder_dump_tree(pps_decoder_t *decoder, FILE *fp);

Arguments:

decoder
A pointer to the PPS decoder structure.
fp
A pointer to the file to write to.

Library:

libpps

Description:

The function pps_decoder_dump_tree() writes the contents of a decoded PPS data structure in human-readable format to the specified file.

Returns:

None.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes