Updated: October 28, 2024 |
Return the data type of the current or named node
#include <sys/pps.h> pps_node_type_t pps_decoder_type(pps_decoder_t *decoder, const char *name);
libpps
The function pps_decoder_type() returns the data type of the current node or the node of the given name (if currently with an object). The name "." can be used for the current object or array as a means of determining whether the current node represents an object or an array.
The data type of the referenced node. See pps_node_type_t.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |