Descend into a lower-level array
#include <pps.h>
pps_decoder_error_t pps_decoder_push_array(
pps_decoder_t *decoder,
const char *name);
libpps
The function pps_decoder_push_array() descends into an array. If successful, subsequent data will be returned for properties or elements of that array. This function is identical to pps_decoder_push(), except that it will fail if the specified element isn't an array.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |