NEST
2.6.0,not_revisioned_source_dir@0
|
Module supplying models support precise spike timing. More...
#include <precisemodule.h>
Public Member Functions | |
PreciseModule (Network &) | |
~PreciseModule () | |
void | init (SLIInterpreter *) |
Initialize module by registering models with the network. More... | |
const std::string | name (void) const |
Return name of the module. More... | |
const std::string | commandstring (void) const |
Return sli command sequence to be executed for initialisation. More... | |
Public Member Functions inherited from SLIModule | |
virtual | ~SLIModule () |
void | install (std::ostream &, SLIInterpreter *) |
Print installation message via interpreter message command. More... | |
Private Attributes | |
Network & | net_ |
network where models are to be registered More... | |
Module supplying models support precise spike timing.
nest::PreciseModule::PreciseModule | ( | Network & | net | ) |
nest::PreciseModule::~PreciseModule | ( | ) |
|
virtual |
Return sli command sequence to be executed for initialisation.
Reimplemented from SLIModule.
|
virtual |
|
virtual |
Return name of the module.
Implements SLIModule.
|
private |
network where models are to be registered
Referenced by init().