MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IzhikevichNrn.cpp File Reference
#include "header.h"
#include "IzhikevichNrn.h"
+ Include dependency graph for IzhikevichNrn.cpp:

Go to the source code of this file.

Functions

static SrcFinfo1< double > * spikeOut ()
 
static SrcFinfo1< double > * VmOut ()
 

Variables

static const CinfoIzhikevichNrnCinfo = IzhikevichNrn::initCinfo()
 

Function Documentation

static SrcFinfo1< double >* spikeOut ( )
static

Definition at line 35 of file IzhikevichNrn.cpp.

Referenced by IzhikevichNrn::initCinfo(), and IzhikevichNrn::process().

36 {
37  static SrcFinfo1< double > spike("spikeOut",
38  "Sends out spike events");
39  return &spike;
40 }

+ Here is the caller graph for this function:

static SrcFinfo1< double >* VmOut ( )
static

Definition at line 42 of file IzhikevichNrn.cpp.

Referenced by IzhikevichNrn::initCinfo(), IzhikevichNrn::process(), and IzhikevichNrn::reinit().

43 {
44  static SrcFinfo1< double > VmOut("VmOut",
45  "Sends out Vm");
46  return &VmOut;
47 }
static SrcFinfo1< double > * VmOut()

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* IzhikevichNrnCinfo = IzhikevichNrn::initCinfo()
static

Definition at line 271 of file IzhikevichNrn.cpp.

Referenced by IzhikevichNrn::initCinfo().