| Updated: October 28, 2024 | 
Add an attribute and mark it as deleted
#include <sys/pps.h>
            
pps_encoder_error_t pps_encoder_delete_attribute(
                                    pps_encoder_t *encoder, 
                                    const char *name);
libpps
The function pps_encoder_delete_attribute() deletes an attribute from the current object. This call is valid only if encoding PPS data and only when called at the highest level.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |