pps_decoder_is_integer()

Test whether a node is an integer

Synopsis:

#include <pps.h>
            
bool pps_decoder_is_integer(pps_decoder_t *decoder, 
                            const char *name);

Arguments:

decoder
A pointer to the decoder structure.
name
The name of the property or attribute to examine. If NULL, the type of the current node is used.

Library:

libpps

Description:

The function pps_decoder_is_integer() returns true if the current node or the node of the given name (if the decoder is currently within an object) is an integer.

Returns:

true if the current node or the node of the given name (if the decoder is currently within an object) is an integer.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes