Skip to content
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:
      
      

You can create custom module sets like this. cpp/MyCppModule java/MyJavaModule

  • Moddule Run Script <name.sh>:

Clone this wiki locally