NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Private Attributes | List of all members
nest::PreciseModule Class Reference

Module supplying models support precise spike timing. More...

#include <precisemodule.h>

Inheritance diagram for nest::PreciseModule:
SLIModule

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

Networknet_
 network where models are to be registered More...
 

Detailed Description

Module supplying models support precise spike timing.

Constructor & Destructor Documentation

nest::PreciseModule::PreciseModule ( Network net)
nest::PreciseModule::~PreciseModule ( )

Member Function Documentation

const std::string nest::PreciseModule::commandstring ( void  ) const
virtual

Return sli command sequence to be executed for initialisation.

Reimplemented from SLIModule.

void nest::PreciseModule::init ( SLIInterpreter )
virtual

Initialize module by registering models with the network.

Parameters
SLIInterpreter*SLI interpreterm, must know modeldict
nest::Network&Network with which to register models

Implements SLIModule.

References net_.

const std::string nest::PreciseModule::name ( void  ) const
virtual

Return name of the module.

Implements SLIModule.

Member Data Documentation

Network& nest::PreciseModule::net_
private

network where models are to be registered

Referenced by init().


The documentation for this class was generated from the following files: