pps_decoder_set_position()
Position the decoder at the specified node
Synopsis:
#include <sys/pps.h>
pps_decoder_error_t pps_decoder_set_position(
pps_decoder_t *decoder,
const char *name);
Arguments:
- decoder
- A pointer to the PPS decoder structure.
- name
- The name of the property or attribute to set the position to.
Library:
libpps
Description:
The function pps_decoder_set_position() searches for the node of the specified name in the current object and positions the decoder at that node.
Returns:
- PPS_DECODER_OK
- Success.
- PPS_DECODER_NOT_FOUND
- Call failed.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
Page updated:
