libsstvenc
Asynchronous Analogue SSTV encoder
|
Go to the source code of this file.
Macros | |
#define | SSTVENC_ENCODER_PHASE_INIT (0) |
#define | SSTVENC_ENCODER_PHASE_VIS (1) |
#define | SSTVENC_ENCODER_PHASE_INITSEQ (2) |
#define | SSTVENC_ENCODER_PHASE_SCAN (3) |
#define | SSTVENC_ENCODER_PHASE_FINALSEQ (4) |
#define | SSTVENC_ENCODER_PHASE_FSK (5) |
#define | SSTVENC_ENCODER_PHASE_DONE (6) |
Typedefs | |
typedef void | sstvenc_encoder_callback(struct sstvenc_encoder *const enc) |
Functions | |
void | sstvenc_encoder_init (struct sstvenc_encoder *const enc, const struct sstvenc_mode *mode, const char *fsk_id, const uint8_t *framebuffer) |
const struct sstvenc_encoder_pulse * | sstvenc_encoder_next_pulse (struct sstvenc_encoder *const enc) |