ASN.1 project

An ASN.1 project contains source code and related files for building an ASN.1 specification. It has an associated ASN.1 builder that can incrementally compile ASN.1 source files as they are changed.

An ASN.1 project also maintains a model of its contents. This model includes information about the references and declarations of ASN.1 elements. This information is constantly updated as the user changes the ASN.1 source code. The updating of the internal ASN.1 project model is independent of the ASN.1 builder; in particular, when performing code modifications, if auto-build is turned off, the model will still reflect the present project contents.

Related concepts

ASN.1 compiler