#include <etsi_its_spatem_ts_coding/asn_application.h>
#include <etsi_its_spatem_ts_coding/asn_internal.h>
#include <etsi_its_spatem_ts_coding/aper_encoder.h>
Go to the source code of this file.
Classes | |
struct | enc_to_buf_arg |
Typedefs | |
typedef struct enc_to_buf_arg | enc_to_buf_arg |
Functions | |
static int | _aper_encode_flush_outp (asn_per_outp_t *po) |
asn_enc_rval_t | aper_encode (const asn_TYPE_descriptor_t *td, const asn_per_constraints_t *constraints, const void *sptr, asn_app_consume_bytes_f *cb, void *app_key) |
asn_enc_rval_t | aper_encode_to_buffer (const asn_TYPE_descriptor_t *td, const asn_per_constraints_t *constraints, const void *sptr, void *buffer, size_t buffer_size) |
ssize_t | aper_encode_to_new_buffer (const asn_TYPE_descriptor_t *td, const asn_per_constraints_t *constraints, const void *sptr, void **buffer_r) |
static int | encode_to_buffer_cb (const void *buffer, size_t size, void *key) |
typedef struct enc_to_buf_arg enc_to_buf_arg |
|
static |
Definition at line 76 of file aper_encoder.c.
asn_enc_rval_t aper_encode | ( | const asn_TYPE_descriptor_t * | td, |
const asn_per_constraints_t * | constraints, | ||
const void * | sptr, | ||
asn_app_consume_bytes_f * | cb, | ||
void * | app_key | ||
) |
Definition at line 96 of file aper_encoder.c.
asn_enc_rval_t aper_encode_to_buffer | ( | const asn_TYPE_descriptor_t * | td, |
const asn_per_constraints_t * | constraints, | ||
const void * | sptr, | ||
void * | buffer, | ||
size_t | buffer_size | ||
) |
Definition at line 26 of file aper_encoder.c.
ssize_t aper_encode_to_new_buffer | ( | const asn_TYPE_descriptor_t * | td, |
const asn_per_constraints_t * | constraints, | ||
const void * | sptr, | ||
void ** | buffer_r | ||
) |
Definition at line 40 of file aper_encoder.c.
|
static |
Definition at line 12 of file aper_encoder.c.