pps_decoder_flags()
Return the flags associated with the current or named attribute
Synopsis:
#include <sys/pps.h>
int pps_decoder_flags(pps_decoder_t *decoder,
const char *name);
Arguments:
- decoder
- A pointer to the PPS decoder structure.
- name
- The name of the attribute to provide the flags for. If NULL, the flags of the current node are returned.
Library:
libpps
Description:
The function pps_decoder_flags() returns the flags associated with either the current node or the node of the specified name.
Returns:
The flags of the specified attribute. See pps_attrib_flags_t.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
Page updated:
