The main part of this class is the Function registerClasses(). Within this function all classes and fields have to be registerd. We use reggen to generate the implementation of registerClasses(). reggen writes this to registerclasses.i .
Register a new class with name and description desc.
Parameters:
name
name of class to register
desc
Short but meaningfull descpription
This method does not store any informaotion about the field. Calls to csimClassInfo::registerField() have to follow. In our case these are automatically generated by reggen