Extract a Boolean value from the current or named node
#include <sys/pps.h> pps_decoder_error_t pps_decoder_get_bool( pps_decoder_t *decoder, const char *name, bool *value);
libpps
The function pps_decoder_get_bool() extracts a Boolean value from the current node or the node of the specified name. Following successful extraction, the decoder advances to the next node.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |