Extract an integer value from the current or named node
#include <pps.h>
pps_decoder_error_t pps_decoder_get_int(
pps_decoder_t *decoder,
const char *name,
int *value);
libpps
The function pps_decoder_get_int() extracts an integer value from the node having the specified name, or if the name argument is NULL, the current node. Following successful extraction, the decoder advances to the next node.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |