Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
Event for rate model connections with delay.
Definition secondary_event.h:331
Event for diffusion connections (rate model connections for the siegert_neuron).
Definition secondary_event.h:348
Event for gap-junction information.
Definition secondary_event.h:299
Event for rate model connections without delay.
Definition secondary_event.h:315
Event for learning signal connections.
Definition secondary_event.h:384
Base class for all NEST network objects.
Definition node.h:99
void set_frozen_(bool frozen)
Mark node as frozen.
Definition node.h:1085
virtual SignalType sends_signal() const
Definition node.h:963
Event for slow inward current (SIC) connections between astrocytes and neurons.
Definition secondary_event.h:458
Event for spike information.
Definition event.h:418
Definition nest_time.h:135
Proxy to provide Nodes on remote machines.
Definition proxynode.h:42
SignalType sends_signal() const override
This function returns the type of signal this node produces.
Definition proxynode.cpp:86
void set_status(const Dictionary &) override
Proxy nodes have no properties.
Definition proxynode.h:110
bool is_proxy() const override
Returns true if the node is a proxy node.
Definition proxynode.h:137
void init_buffers_() override
Configure persistent internal data structures.
Definition proxynode.h:123
void get_status(Dictionary &) const override
Export properties of the node by setting entries in the status dictionary.
Definition proxynode.cpp:92
size_t send_test_event(Node &, size_t, synindex, bool) override
Send an event to the receiving_node passed as an argument.
Definition proxynode.cpp:43
proxynode()
Definition proxynode.h:45
void update(Time const &, const long, const long) override
Advance the state of the node in time through the given interval.
Definition proxynode.h:131
void init_state_() override
Configure state variables depending on runtime information.
Definition proxynode.h:119
void sends_secondary_event(GapJunctionEvent &) override
Required to check, if source neuron may send a SecondaryEvent.
Definition proxynode.cpp:50
void handle(SpikeEvent &) override
Handle incoming spike events.
Definition proxynode.h:95
void pre_run_hook() override
Re-calculate dependent parameters of the node.
Definition proxynode.h:127
virtual void handle(SpikeEvent &e)
Handle incoming spike events.
Definition node.cpp:265
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
SignalType
enum type of signal conveyed by spike events of a node.
Definition nest_types.h:165
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
Declarations for base class Node.