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

Buffers of the model. More...

Public Member Functions

 Buffers_ (binary_neuron &)
 
 Buffers_ (const Buffers_ &, binary_neuron &)
 

Public Attributes

RingBuffer spikes_
 buffers and sums up incoming spikes/currents More...
 
RingBuffer currents_
 
UniversalDataLogger
< binary_neuron
logger_
 Logger for all analog data. More...
 

Detailed Description

template<class TGainfunction>
struct nest::binary_neuron< TGainfunction >::Buffers_

Buffers of the model.

Constructor & Destructor Documentation

template<class TGainfunction >
nest::binary_neuron< TGainfunction >::Buffers_::Buffers_ ( binary_neuron n)
template<class TGainfunction >
nest::binary_neuron< TGainfunction >::Buffers_::Buffers_ ( const Buffers_ ,
binary_neuron n 
)

Member Data Documentation

template<class TGainfunction >
RingBuffer nest::binary_neuron< TGainfunction >::Buffers_::currents_
template<class TGainfunction >
UniversalDataLogger<binary_neuron> nest::binary_neuron< TGainfunction >::Buffers_::logger_

Logger for all analog data.

template<class TGainfunction >
RingBuffer nest::binary_neuron< TGainfunction >::Buffers_::spikes_

buffers and sums up incoming spikes/currents


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