|
void | get_status (DictionaryDatum &d) const |
|
void | check_connection (Node &s, Node &t, rport receptor_type, double_t, const CommonPropertiesType &) |
|
void | send (Event &e, thread t, double_t, const CommonPropertiesHomW &cp) |
| Send an event to the receiver of this connection. More...
|
|
void | set_weight (double_t) |
|
| Connection () |
|
| Connection (const Connection< targetidentifierT > &rhs) |
|
void | get_status (DictionaryDatum &d) const |
| Get all properties of this connection and put them into a dictionary. More...
|
|
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
| Set properties of this connection from the values given in dictionary. More...
|
|
void | calibrate (const TimeConverter &) |
| Calibrate the delay of this connection to the desired resolution. More...
|
|
double_t | get_delay () const |
| Return the delay of the connection in ms. More...
|
|
long_t | get_delay_steps () const |
| Return the delay of the connection in steps. More...
|
|
void | set_delay (const double_t delay) |
| Set the delay of the connection. More...
|
|
void | set_delay_steps (const long_t delay) |
| Set the delay of the connection in steps. More...
|
|
void | set_syn_id (synindex syn_id) |
| Set the synapse id of the connection. More...
|
|
synindex | get_syn_id () const |
| Get the synapse id of the connection. More...
|
|
void | trigger_update_weight (const thread, const std::vector< spikecounter > &, const double_t, const CommonSynapseProperties &) |
| triggers an update of a synaptic weight this function is needed for neuromodulated synaptic plasticity More...
|
|
Node * | get_target (thread t) const |
|
rport | get_rport () const |
|
template<typename targetidentifierT>
class nest::StaticConnectionHomW< targetidentifierT >
Class representing a static connection.
A static connection has the properties weight, delay and receiver port. A suitable Connector containing these connections can be obtained from the template GenericConnector.