Disable an encoder option
#include <sys/pps.h>
            
void pps_encoder_clear_option( pps_encoder_t *encoder,
                               pps_encoder_option_t option );
libpps
The pps_encoder_clear_option() function disables the specified option. You should change option states only immediately after calling pps_encoder_initialize(), pps_encoder_cleanup(), or pps_encoder_reset().
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |