pps_decoder_name()

Return the name of the current node

Synopsis:

#include <sys/pps.h>
            
const char *pps_decoder_name(pps_decoder_t *decoder);

Arguments:

decoder
A pointer to the PPS decoder structure.

Library:

libpps

Description:

The function pps_decoder_name() returns the name of the current node. This is applicable only if the current node represents an object.

Returns:

The name of the current node.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes