MinimalModule
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
Minimal module that can be used as a start for a new module. Simply change all occurrences of "MinimalModule" to the name of your new module in MinimalModule.cc, MinimalModule.h and MinimalModule.ikc (this file), rename the files, and fill in the new code and documentation. This module is located in the UserModules directory.
Example XML definition
A simple example
<module
class = "MinimalModule"
name = "MinimalModule"
/>
Module Connections
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
MinimalModule.h
MinimalModule.cc
MinimalModule.ikc