44 #ifndef STATICCONNECTION_HOM_W_H
45 #define STATICCONNECTION_HOM_W_H
57 template<
typename target
identifierT>
120 template<
typename target
identifierT>
123 ConnectionBase::get_status(d);
void set_rport(rport p)
Set the receiver port number (r-port).
Definition: event.h:817
void set_receiver(Node &)
Change pointer to receiving Node.
Definition: event.h:708
const Name receptor_type("receptor_type")
Connection parameters.
Definition: nest_names.h:240
Definition: lockptrdatum.h:40
port handles_test_event(DataLoggingRequest &, rport)
Definition: static_connection_hom_w.h:83
const Name d("d")
Specific to Izhikevich 2003.
Definition: nest_names.h:83
void send(Event &e, thread t, double_t, const CommonPropertiesHomW &cp)
Send an event to the receiver of this connection.
Definition: static_connection_hom_w.h:106
double_t get_weight() const
Definition: common_properties_hom_w.h:64
"Callback request event" for use in Device.
Definition: event.h:374
long_t get_delay_steps() const
Return the delay of the connection in steps.
Definition: connection.h:126
Definition: static_connection_hom_w.h:75
void check_connection_(Node &dummy_target, Node &source, Node &target, rport receptor_type)
This function calls check_connection() on the sender to check if the receiver accepts the event type ...
Definition: connection.h:183
const rport invalid_port_
Value for invalid connection port number.
Definition: nest.h:160
Encapsulates information which is sent between Nodes.
Definition: event.h:73
void check_connection(Node &s, Node &t, rport receptor_type, double_t, const CommonPropertiesType &)
Definition: static_connection_hom_w.h:94
void set_weight(weight t)
Set weight of the event.
Definition: event.h:751
Event for electrical currents.
Definition: event.h:420
long_t rport
Connection port number to distinguish incoming connections, also called receiver port.
Definition: nest.h:147
port handles_test_event(CurrentEvent &, rport)
Definition: static_connection_hom_w.h:84
Node * get_target(thread t) const
Definition: connection.h:155
void get_status(DictionaryDatum &d) const
Definition: static_connection_hom_w.h:121
port handles_test_event(DSSpikeEvent &, rport)
Definition: static_connection_hom_w.h:87
void set_delay(delay)
Set the transmission delay of the event.
Definition: event.h:781
port handles_test_event(DoubleDataEvent &, rport)
Definition: static_connection_hom_w.h:86
Connection< targetidentifierT > ConnectionBase
Definition: static_connection_hom_w.h:65
Base class for dummy nodes used in connection testing.
Definition: connection.h:64
CommonPropertiesHomW CommonPropertiesType
Definition: static_connection_hom_w.h:64
Event for firing rate information.
Definition: event.h:387
Exception to be thrown if a status parameter is incomplete or inconsistent.
Definition: exceptions.h:420
port handles_test_event(ConductanceEvent &, rport)
Definition: static_connection_hom_w.h:85
long_t port
Connection port number to distinguis outgoing connections.
Definition: nest.h:155
double double_t
Double precision floating point numbers.
Definition: nest.h:93
void set_weight(double_t)
Definition: static_connection_hom_w.h:115
rport get_rport() const
Definition: connection.h:156
virtual port handles_test_event(SpikeEvent &, rport receptor_type)
Check if the node can handle a particular event and receptor type.
Definition: node.cpp:203
Request data to be logged/logged data to be sent.
Definition: event.h:486
const Name size_of("sizeof")
Connection parameters.
Definition: nest_names.h:259
port handles_test_event(DSCurrentEvent &, rport)
Definition: static_connection_hom_w.h:88
port handles_test_event(SpikeEvent &, rport)
Check if the node can handle a particular event and receptor type.
Definition: static_connection_hom_w.h:81
Base class for representing connections.
Definition: connection.h:85
Event for spike information.
Definition: event.h:320
Base class for all NEST network objects.
Definition: node.h:96
int_t thread
Thread index type.
Definition: nest.h:133
const double e
Definition: numerics.cpp:62
Class representing a static connection.
Definition: static_connection_hom_w.h:58
Class containing the common properties for all synapses with common weight.
Definition: common_properties_hom_w.h:45
"Callback request event" for use in Device.
Definition: event.h:465
Event for electrical conductances.
Definition: event.h:616
port handles_test_event(RateEvent &, rport)
Definition: static_connection_hom_w.h:82