NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::binary_neuron< TGainfunction >::Buffers_ Struct Reference

Buffers of the model. More...

Collaboration diagram for nest::binary_neuron< TGainfunction >::Buffers_:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Buffers of the model.

Constructor & Destructor Documentation

◆ Buffers_() [1/2]

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

◆ Buffers_() [2/2]

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

Member Data Documentation

◆ currents_

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

◆ logger_

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

Logger for all analog data.

◆ spikes_

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 file: