| Updated: October 28, 2024 | 
Write a decoded PPS data structure in human-readable format to a file
#include <sys/pps.h>
            
void pps_decoder_dump_tree(pps_decoder_t *decoder, FILE *fp);
        libpps
The function pps_decoder_dump_tree() writes the contents of a decoded PPS data structure in human-readable format to the specified file.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |