31#ifndef CONNECTOR_BASE_IMPL_H
32#define CONNECTOR_BASE_IMPL_H
37template <
typename ConnectionT >
40 const unsigned int lcid,
Class containing the common properties for all connections of a certain type.
Definition common_synapse_properties.h:50
weight_recorder * get_weight_recorder() const
Get weight_recorder.
Definition common_synapse_properties.h:98
void send_weight_event(const size_t tid, const unsigned int lcid, Event &e, const CommonSynapseProperties &cp) override
Definition connector_base_impl.h:39
Encapsulate information sent between nodes.
Definition event.h:103
void set_receiver(Node &)
Change pointer to receiving Node.
Definition event.h:914
void set_port(size_t p)
Set the port number.
Definition event.h:1046
void set_stamp(Time const &)
Set the time stamp of the event.
Definition event.h:978
void set_weight(double t)
Set weight of the event.
Definition event.h:966
void set_sender_node_id(const size_t)
Change node ID of sending Node.
Definition event.h:926
void set_delay_steps(long)
Set the transmission delay of the event.
Definition event.h:1016
void set_rport(size_t p)
Set the receiver port number (r-port).
Definition event.h:1052
Base class for all NEST network objects.
Definition node.h:99
Event for recording the weight of a spike.
Definition event.h:459
void set_receiver_node_id(size_t)
Change node ID of receiving Node.
Definition event.h:492
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
KernelManager & kernel()
Definition kernel_manager.h:311