ddl_utility
1.4.3
|
This package contains executables to create/edit/convert DDL based .description
.
Executable | Type | Description | Remark |
---|---|---|---|
DDL Editor | GUI | Create and edit DDL based .description files. | Not available on headless arm |
Mapping Editor | GUI | Create and edit .map files to define mappings between DDL elements/signals. | Not available on headless arm |
DDL2Header | CLI | Create C++ based .header files from DDL based .description files. | — |
Header2DDL | CLI | Create DDL based .description files from C++ based .h files. | — |
Please have a look at Release Notes
If for any reason you do not make use of our delivered prebuild packages, we recommend using
cmake
together withconan
on which the source code is based. You will find the requiredscripts/conan/build/conanfile.py
within the source package.
The libraries are build and tested only under following compilers and operating systems:
We recommend our used and tested platform Microsoft Windows 10 64 Bit. On any other Windows 64 Bit platform (e.g. Windows 7 or 11) make sure that it fulfills the following requirements
We recommend our used and tested platform Ubuntu 18.04 LTS 64 Bit. On any other distributions (e.g. Fedora, Debian) make sure that it fulfills the following requirements
We recommend our used and tested platform Ubuntu 18.04 LTS 64 Bit. On any other distributions (e.g. Fedora, Debian) make sure that it fulfills the following requirements Our reference hardware is nVidia Jetson TX2 Board (compatible to e.g. nVidia Drive PX 2 or Jetson AGX XAVIER)
Note: Our entire code is prepared for cross-compiling (as we do as well). See
cmake
/conan
documentation for how to.
For any license information have a look at LICENSE.
Furthermore please refer to Used Open Source Software for an overview of 3rd party packages we are glad to use.