#include <Table.h>
Public Member Functions | |
Table () | |
void | setThreshold (double v) |
double | getThreshold () const |
void | process (const Eref &e, ProcPtr p) |
void | reinit (const Eref &e, ProcPtr p) |
void | input (double v) |
void | spike (double v) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Receives and records inputs. Handles plot and spiking data in batch mode.
Table::Table | ( | ) |
double Table::getThreshold | ( | ) | const |
Referenced by initCinfo().
const Cinfo * Table::initCinfo | ( | ) | [static] |
Reimplemented from TableBase.
References getThreshold(), TableBase::initCinfo(), process(), reinit(), setThreshold(), and spike().
void Table::input | ( | double | v | ) |
References ProcInfo::currTime, and TableBase::vec().
Referenced by initCinfo().
void Table::setThreshold | ( | double | v | ) |
Referenced by initCinfo().
void Table::spike | ( | double | v | ) |