#include <deque>#include <vector>#include "event.h"#include "nest_timeconverter.h"#include "nest_types.h"#include "node.h"#include "pseudo_recording_device.h"Go to the source code of this file.
Classes | |
| class | nest::correlation_detector |
| struct | nest::correlation_detector::Spike_ |
| Spike structure to store in the deque of recently received events. More... | |
| struct | nest::correlation_detector::Parameters_ |
| struct | nest::correlation_detector::State_ |
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Functions | |
| void | nest::register_correlation_detector (const std::string &name) |
| Correlation detector breaks with the persistence scheme as follows: the internal buffers for storing spikes are part of State_, but are initialized by init_buffers_(). | |