#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.
|
| namespace | nest |
| | Namespace for the NEST simulation kernel.
|
| |
|
| void | nest::register_correlospinmatrix_detector (const std::string &name) |
| | Correlospinmatrix detector breaks with the persistence scheme as follows: the internal buffers for storing spikes are part of State_, but are initialized by init_buffers_().
|
| |