#include "Util/SimTime.H"
#include "Util/log.H"
#include "ModelNeuron/NeuralDecoder.H"
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | SimUnit |
class | SimUnitDerived< Derived > |
A class to derive from to create new SimUnits. New. More... |
abstract classes for a neural simulation module, which is anything that can evolve its time state, recieve input and give output. A SimUnit can also have sub-modules.
Definition in file SimUnit.H.