Buffers of the model. More...
Public Member Functions | |
| Buffers_ (pp_psc_delta &) | |
| Buffers_ (const Buffers_ &, pp_psc_delta &) | |
Public Attributes | |
| RingBuffer | spikes_ |
| buffers and sums up incoming spikes/currents | |
| RingBuffer | currents_ |
| UniversalDataLogger< pp_psc_delta > | logger_ |
| Logger for all analog data. | |
Buffers of the model.
| nest::pp_psc_delta::Buffers_::Buffers_ | ( | pp_psc_delta & | n | ) |
| nest::pp_psc_delta::Buffers_::Buffers_ | ( | const Buffers_ & | , |
| pp_psc_delta & | n | ||
| ) |
| RingBuffer nest::pp_psc_delta::Buffers_::currents_ |
Referenced by nest::pp_psc_delta::handle(), nest::pp_psc_delta::init_buffers_(), and nest::pp_psc_delta::update().
| UniversalDataLogger< pp_psc_delta > nest::pp_psc_delta::Buffers_::logger_ |
Logger for all analog data.
Referenced by nest::pp_psc_delta::handle(), nest::pp_psc_delta::handles_test_event(), nest::pp_psc_delta::init_buffers_(), nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| RingBuffer nest::pp_psc_delta::Buffers_::spikes_ |
buffers and sums up incoming spikes/currents
Referenced by nest::pp_psc_delta::handle(), nest::pp_psc_delta::init_buffers_(), and nest::pp_psc_delta::update().