Extract a string value from a node
#include <pps.h>
pps_decoder_error_t pps_decoder_get_string(
pps_decoder_t *decoder,
const char *name,
const char **value);
libpps
The function pps_decoder_get_string() extracts a string 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 |