MyModule

Module that can be used as a start for a new module. Simply change all occurrences of "MyModule" to the name of your new module in MyModule.cc, MyModule.h and MyModule.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 = "MyModule"
      name = "MyModule"
      parameter1 = "3.14"
      parameter2 = "42"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "MyModule".string
nameThe name of this instance of the module.string
parameter1The first parameterfloat7.0
parameter2The second parameterint2

Module Connections

Inputs

NameDescription
INPUT1The first input
INPUT2The second input

Outputs

NameDescription
OUTPUT1The first output
OUTPUT2The second output

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

MyModule.h
MyModule.cc
MyModule.ikc

blog comments powered by Disqus