Updated: October 28, 2024 |
Add part or all of the contents of a decoder to an encoder
#include <sys/pps.h> pps_encoder_error_t pps_encoder_add_from_decoder( pps_encoder_t *encoder, const char *name, pps_decoder_t *decoder, const char *propName);
libpps
The function pps_encoder_add_from_decoder() adds part or all of the contents of a PPS decoder to a PPS encoder. This allows data previously decoded to be encoded again. Upon completion of the call the decoder is left in the same state as at the time of the call.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |