pps_decoder_reset()

Updated: April 19, 2023

Reset the pps_decoder_t structure

Synopsis:

#include <sys/pps.h>
            
void pps_decoder_reset(pps_decoder_t *decoder);

Arguments:

decoder
A pointer to the PPS decoder structure.

Library:

libpps

Description:

The function pps_decoder_reset() resets the pps_decoder_t structure so that it's positioned at the root node, which is the state the structure is in immediately after parsing data.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes