pps_decoder_next()

Advance to the next node

Synopsis:

#include <sys/pps.h>
            
pps_decoder_error_t pps_decoder_next(pps_decoder_t *decoder);

Arguments:

decoder
A pointer to the PPS decoder structure.

Library:

libpps

Description:

The function pps_decoder_next() advances to the next node in the current object or array.

Returns:

PPS_DECODER_OK
Success.
PPS_DECODER_NOT_FOUND
There is no next property/element.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes