Making C++ ModulesΒΆ

This section covers how to write a C++ Basilisk Module. A sample C++ Basilisk module is found in Module: cppModuleTemplate. If starting a new module, this sample module is a convenient starting point to copy the folder and rename the files and methods accordingly. After that the desired functionality can be added to the module.