NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::ht_neuron::Buffers_ Struct Reference

Buffers of the model. More...

Public Member Functions

 Buffers_ (ht_neuron &)
 
 Buffers_ (const Buffers_ &, ht_neuron &)
 

Public Attributes

UniversalDataLogger< ht_neuronlogger_
 
std::vector< RingBufferspike_inputs_
 buffers and sums up incoming spikes/currents More...
 
RingBuffer currents_
 
gsl_odeiv_step * s_
 GSL ODE stuff. More...
 
gsl_odeiv_control * c_
 adaptive stepsize control function More...
 
gsl_odeiv_evolve * e_
 evolution function More...
 
gsl_odeiv_system sys_
 struct describing system More...
 
double_t step_
 step size in ms More...
 
double IntegrationStep_
 current integration time step, updated by GSL More...
 
double_t I_stim_
 Input current injected by CurrentEvent. More...
 

Detailed Description

Buffers of the model.

Constructor & Destructor Documentation

nest::ht_neuron::Buffers_::Buffers_ ( ht_neuron n)
nest::ht_neuron::Buffers_::Buffers_ ( const Buffers_ ,
ht_neuron n 
)

Member Data Documentation

gsl_odeiv_control* nest::ht_neuron::Buffers_::c_

adaptive stepsize control function

Referenced by nest::ht_neuron::update().

RingBuffer nest::ht_neuron::Buffers_::currents_

Referenced by nest::ht_neuron::update().

gsl_odeiv_evolve* nest::ht_neuron::Buffers_::e_

evolution function

Referenced by nest::ht_neuron::update().

double_t nest::ht_neuron::Buffers_::I_stim_

Input current injected by CurrentEvent.

This variable is used to transport the current applied into the dynamics function computing the derivative of the state vector. It must be a part of Buffers, since it is initialized once before the first simulation, but not modified before later Simulate calls.

Referenced by nest::ht_neuron_dynamics(), and nest::ht_neuron::update().

double nest::ht_neuron::Buffers_::IntegrationStep_

current integration time step, updated by GSL

Referenced by nest::ht_neuron::update().

UniversalDataLogger<ht_neuron> nest::ht_neuron::Buffers_::logger_
gsl_odeiv_step* nest::ht_neuron::Buffers_::s_

GSL ODE stuff.

stepping function

Referenced by nest::ht_neuron::update().

std::vector<RingBuffer> nest::ht_neuron::Buffers_::spike_inputs_

buffers and sums up incoming spikes/currents

Referenced by nest::ht_neuron::handles_test_event(), and nest::ht_neuron::update().

double_t nest::ht_neuron::Buffers_::step_

step size in ms

Referenced by nest::ht_neuron::update().

gsl_odeiv_system nest::ht_neuron::Buffers_::sys_

struct describing system

Referenced by nest::ht_neuron::update().


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