decenc_aec.c(3) | Library Functions Manual | decenc_aec.c(3) |
decenc_aec.c - Decode/encode an AEC code stream.
#include 'grib2_int.h'
#include <libaec.h>
#include <stdint.h>
#include <stdio.h>
int dec_aec (unsigned char *cpack, g2int len,
g2int nbits, g2int flags, g2int block_size,
g2int rsi, unsigned char *cfld, g2int cfldlen)
Decode an AEC code stream specified in the CCSDS 121.0-B-3 Blue Book.
int enc_aec (unsigned char *data, g2int ctemplen, g2int
nbits, g2int flags, g2int block_size, g2int rsi,
unsigned char *aecbuf, g2int *aecbuflen)
Encode data into an AEC code stream specified in the CCSDS 121.0-B-3 Blue
Book.
Decode/encode an AEC code stream.
Author
Date
Definition in file decenc_aec.c.
Decode an AEC code stream specified in the CCSDS 121.0-B-3 Blue Book.
Parameters
Returns
Author
Date
Definition at line 38 of file decenc_aec.c.
References LOG.
Referenced by aecunpack_int().
Encode data into an AEC code stream specified in the CCSDS 121.0-B-3 Blue Book.
Parameters
Returns
Author
Date
Definition at line 108 of file decenc_aec.c.
References LOG.
Referenced by aecpack_int().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |