pps_encoder_length()
Return the length of the encoded data
Synopsis:
#include <sys/pps.h>
int pps_encoder_length(pps_encoder_t *encoder);
Arguments:
- encoder
- A pointer to the PPS encoder structure.
Library:
libpps
Description:
The function pps_encoder_length() returns the current length of the data encoded by the encoder.
Returns:
The length of the encoded data, in bytes.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
Page updated:
