Extract a 64-bit integer value from the current or named node
#include <pps.h>
pps_decoder_error_t pps_decoder_get_int64(
pps_decoder_t *decoder,
const char *name,
int64_t *value);
libpps
The function pps_decoder_get_int64() extracts a 64-bit integer 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 |