size_t index
Unsigned long type for enumerations.
Definition: nest.h:109
void get_status(DictionaryDatum &) const
Definition: proxynode.h:73
Declarations for base class Node.
long_t rport
Connection port number to distinguish incoming connections, also called receiver port.
Definition: nest.h:147
bool is_proxy() const
Returns true if the node is a proxy node.
Definition: proxynode.h:95
Definition: nest_time.h:130
void handle(SpikeEvent &)
Handle incoming spike events.
Definition: proxynode.h:71
void init_state_(const Node &)
Private function to initialize the state of a node to model defaults.
Definition: proxynode.h:87
void set_frozen_(bool frozen)
Mark node as frozen.
Definition: node.h:667
void calibrate()
Re-calculate dependent parameters of the node.
Definition: proxynode.h:89
void update(Time const &, const long_t, const long_t)
Bring the node from state $t$ to $t+n*dt$.
Definition: proxynode.h:90
long_t port
Connection port number to distinguis outgoing connections.
Definition: nest.h:155
virtual void handle(SpikeEvent &e)
Handle incoming spike events.
Definition: node.cpp:198
port send_test_event(Node &, rport, synindex, bool)
Send an event to the receiving_node passed as an argument.
Definition: proxynode.cpp:44
unsigned char synindex
Unsigned char type for enumerations of synapse types.
Definition: nest.h:115
Event for spike information.
Definition: event.h:320
void init_buffers_()
Private function to initialize the buffers of a node.
Definition: proxynode.h:88
void set_status(const DictionaryDatum &)
Proxy nodes have no properties.
Definition: proxynode.h:82
Base class for all NEST network objects.
Definition: node.h:96
proxynode()
Definition: proxynode.h:49
long long_t
Integer number with at least 32 bit.
Definition: nest.h:96
Proxy Node to provide Nodes, where there aren't real Nodes to be.
Definition: proxynode.h:45