pps_decoder_dump_tree()

Updated: April 19, 2023

Write a decoded PPS data structure in human-readable format to a file

Synopsis:

#include <sys/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.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes