asn1-pusc-lib

Logo

ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.

ASN.1 PUS-C Types Library – Coding Standard

Folders structure

asn1-pusc-lib
 |- service-01
 |- service-02
 |- ...
 |- service-NN
 |- common
 |- system-objects
 |- ccsds

Service folder structure

service-NN
 |- PUS-NN-1.asn1
 |- PUS-NN-1.acn
 |- ...
 |- ServiceCommonObject.asn1
 |- ServiceCommonObject.acn
 |- ...
 |- meta.json

Message file layout

PUS-NN-MM DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
Tx-NN-MM-MessageNameFromEcss ::= NULL
END

ASN.1/ACN files Coding Standard

Each file should begin with License template as found in project’s repository.

Each file should contain only single DEFINITIONS block, named after file name.

Type assignments and definitions block names should follow CamelCaseStartingWithUpperCase, if required - with prefixes defined in previous paragraphs.

Type fields should follow camelCaseStartingWithLowerCase.

Hyphen (-) is allowed to separate numbers in names or upper-cased abbreviations (like ID).

Lines should not exceed 100 characters.