ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.
See ECSS-E-ST-70-41C for details about the standard.
See ASN1SCC for details about ACN encoding.
ASN.1 components are ment to work with any ASN.1 based tool, but project itself is prepared to be included as "ASN.1 Components Library" in QtCreator's plugin asn1scc.IDE.
- Install desired version of QtCreator and Plugin
- Download library release
- Unpack library package
- If you want plugin to automatically detect library, copy it to specific directory:
- To be visible by every plugin user
(assuming QtCreator was installed under default path):
- Linux:
/opt/Qt/Tools/QtCreator/share/qtcreator/asn1acn/libs
- Windows:
C:\Qt\Tools\QtCreator\share\qtcreator\asn1acn\libs
- Linux:
- To be visible only by current user:
- Linux:
~/.config/QtProject/qtcreator/asn1acn/libs
- Windows:
%APPDATA%\QtProject\qtcreator\asn1acn\libs
- Linux:
- To be visible by every plugin user
(assuming QtCreator was installed under default path):