23 #ifndef PRECISEMODULE_H
24 #define PRECISEMODULE_H
49 const std::string
name(
void)
const;
Module supplying models support precise spike timing.
Definition: precisemodule.h:35
~PreciseModule()
Definition: precisemodule.cpp:63
const std::string name(void) const
Return name of the module.
Definition: precisemodule.cpp:67
const std::string commandstring(void) const
Return sli command sequence to be executed for initialisation.
Definition: precisemodule.cpp:72
void init(SLIInterpreter *)
Initialize module by registering models with the network.
Definition: precisemodule.cpp:79
Definition: interpret.h:69
Main administrative interface to the network.
Definition: network.h:135
Network & net_
network where models are to be registered
Definition: precisemodule.h:55
Base class for all SLI Interpreter modules.
Definition: slimodule.h:34
PreciseModule(Network &)
Definition: precisemodule.cpp:58