#include <HSolveStruct.h>
Public Member Functions | |
SpikeGenStruct (double *Vm, Eref e) | |
void | reinit (ProcPtr info) |
void | send (ProcPtr info) |
Public Attributes | |
double * | Vm_ |
Eref | e_ |
Contains information about the spikegens that the HSolve object needs to talk with
SpikeGenStruct::SpikeGenStruct | ( | double * | Vm, | |
Eref | e | |||
) | [inline] |
void SpikeGenStruct::reinit | ( | ProcPtr | info | ) |
Finds the spikegen object using e_ and calls reinit on the spikegen
References Eref::data(), e_, and SpikeGen::reinit().
void SpikeGenStruct::send | ( | ProcPtr | info | ) |
References Eref::data(), e_, SpikeGen::handleVm(), SpikeGen::process(), and Vm_.
double* SpikeGenStruct::Vm_ |
Referenced by send().