pps_encoder_end_object()

Updated: April 19, 2023

End the current object

Synopsis:

#include <sys/pps.h>
            
pps_encoder_error_t pps_encoder_end_object(
                                    pps_encoder_t *encoder);

Arguments:

encoder
A pointer to the PPS encoder structure.

Library:

libpps

Description:

The function pps_encoder_end_object() ends the current object, returning to the object's parent object or array.

Returns:

PPS_ENCODER_OK
Success.
>=1
An error occurred. See pps_decoder_error_t.
Note: The status is sticky. If a call to encode something fails, all subsequent calls will show failure until the encoder is reset.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes