Skip to main content

Module c_codegen

Module c_codegen 

Source
Expand description

C code generator using libcsynta API

This module generates C code that uses the libcsynta C API to encode/decode ASN.1 structures defined in an ASN.1 module.

Structs§

CCodeGenConfig
Configuration options for C code generation

Functions§

generate_c
Generate C code from an ASN.1 module
generate_c_with_config
Generate C code with custom configuration