| Updated: October 28, 2024 | 
Add a double to the current object or array
#include <sys/pps.h>
            
pps_encoder_error_t pps_encoder_add_double(
                                    pps_encoder_t *encoder, 
                                    const char *name, 
                                    double value);
        libpps
The function pps_encoder_add_double() adds a double value to the current object or array.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |