You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jgrunert edited this page Nov 11, 2015
·
19 revisions
ZSDN provides a module build system, based on CMake, to build the controller modules.
Module Sets
A module set defines a set of controller modules. The definition consists of two files:
Module File List .txt: Defines a list of all module types in this module set. The first line contains the module description, followed by the list of modules, one in each line. C++ modules with the prefix "cpp/", Java modules with the prefix "java/".
Example custom.txt:
Your description.
cpp/MyCppModule
java/MyJavaModule