| Updated: October 28, 2024 | 
Return the name of the current node
#include <sys/pps.h>
            
const char *pps_decoder_name(pps_decoder_t *decoder);
libpps
The function pps_decoder_name() returns the name of the current node. This is applicable only if the current node represents an object.
The name of the current node.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |