Set the state of the decoder
#include <pps.h>
void pps_decoder_set_state(pps_decoder_t *decoder,
pps_decoder_state_t *state);
libpps
The function pps_decoder_set_state() returns the decoder to a state obtained by a call to pps_decoder_get_state() by setting the current node of the decoder to the node indicated by the state argument.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |