Buffers of the model. More...
Public Types | |
| enum | { SYN_IN = 0 , SYN_EX , I0 , NUM_INPUT_CHANNELS } |
| Indices for access to different channels of input_buffer_. More... | |
Public Member Functions | |
| Buffers_ (ignore_and_fire &) | |
| Buffers_ (const Buffers_ &, ignore_and_fire &) | |
Public Attributes | |
| MultiChannelInputBuffer< NUM_INPUT_CHANNELS > | input_buffer_ |
| buffers and sums up incoming spikes/currents | |
| UniversalDataLogger< ignore_and_fire > | logger_ |
| Logger for all analog data. | |
Buffers of the model.
| anonymous enum |
| nest::ignore_and_fire::Buffers_::Buffers_ | ( | ignore_and_fire & | n | ) |
| nest::ignore_and_fire::Buffers_::Buffers_ | ( | const Buffers_ & | , |
| ignore_and_fire & | n | ||
| ) |
| MultiChannelInputBuffer< NUM_INPUT_CHANNELS > nest::ignore_and_fire::Buffers_::input_buffer_ |
buffers and sums up incoming spikes/currents
Referenced by nest::ignore_and_fire::handle(), nest::ignore_and_fire::handle(), and nest::ignore_and_fire::init_buffers_().
| UniversalDataLogger< ignore_and_fire > nest::ignore_and_fire::Buffers_::logger_ |
Logger for all analog data.
Referenced by nest::ignore_and_fire::handle(), nest::ignore_and_fire::handles_test_event(), nest::ignore_and_fire::init_buffers_(), nest::ignore_and_fire::pre_run_hook(), and nest::ignore_and_fire::update().