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

Buffers of the model. More...

#include <aeif_cond_alpha_RK5.h>

Public Member Functions

 Buffers_ (aeif_cond_alpha_RK5 &)
 Sets buffer pointers to 0. More...
 
 Buffers_ (const Buffers_ &, aeif_cond_alpha_RK5 &)
 Sets buffer pointers to 0. More...
 

Public Attributes

UniversalDataLogger
< aeif_cond_alpha_RK5
logger_
 Logger for all analog data. More...
 
RingBuffer spike_exc_
 buffers and sums up incoming spikes/currents More...
 
RingBuffer spike_inh_
 
RingBuffer currents_
 
double_t step_
 simulation step size in ms More...
 
double IntegrationStep_
 current integration time step, updated by solver More...
 
double_t I_stim_
 Input current injected by CurrentEvent. More...
 

Detailed Description

Buffers of the model.

Constructor & Destructor Documentation

nest::aeif_cond_alpha_RK5::Buffers_::Buffers_ ( aeif_cond_alpha_RK5 n)

Sets buffer pointers to 0.

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

Sets buffer pointers to 0.

Member Data Documentation

RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::currents_
double_t nest::aeif_cond_alpha_RK5::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::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().

double nest::aeif_cond_alpha_RK5::Buffers_::IntegrationStep_

current integration time step, updated by solver

UniversalDataLogger<aeif_cond_alpha_RK5> nest::aeif_cond_alpha_RK5::Buffers_::logger_

Logger for all analog data.

Referenced by nest::aeif_cond_alpha_RK5::handles_test_event().

RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::spike_exc_

buffers and sums up incoming spikes/currents

RingBuffer nest::aeif_cond_alpha_RK5::Buffers_::spike_inh_
double_t nest::aeif_cond_alpha_RK5::Buffers_::step_

simulation step size in ms


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