Add a Boolean to the current object or array
#include <pps.h>
pps_encoder_error_t pps_encoder_add_bool(
pps_encoder_t *encoder,
const char *name,
bool value);
libpps
The function pps_encoder_add_bool() adds a boolean value to the current object or array.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |