Reset the pps_decoder_t structure
#include <pps.h>
void pps_decoder_reset(pps_decoder_t *decoder);
libpps
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.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |