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

Go to the source code of this file.

Functions

static SrcFinfo1< double > * spikeOut ()
 

Variables

static const CinfointFireCinfo = IntFire::initCinfo()
 

Function Documentation

static SrcFinfo1< double >* spikeOut ( )
static

Definition at line 14 of file IntFire.cpp.

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

14  {
16  "spikeOut",
17  "Sends out spike events. The argument is the timestamp of "
18  "the spike. "
19  );
20  return &spikeOut;
21 }
static SrcFinfo1< double > * spikeOut()
Definition: IntFire.cpp:14

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* intFireCinfo = IntFire::initCinfo()
static

Definition at line 101 of file IntFire.cpp.

Referenced by IntFire::initCinfo().