|
NEST
2.6.0,not_revisioned_source_dir@0
|
#include <ht_connection.h>
Classes | |
| class | ConnTestDummyNode |
Public Types | |
| typedef CommonSynapseProperties | CommonPropertiesType |
| typedef Connection < targetidentifierT > | ConnectionBase |
Public Member Functions | |
| HTConnection () | |
| Default Constructor. More... | |
| HTConnection (const HTConnection &) | |
| Copy constructor. More... | |
| virtual | ~HTConnection () |
| Default Destructor. More... | |
| virtual void | get_status (DictionaryDatum &d) const |
| Get all properties of this connection and put them into a dictionary. More... | |
| virtual void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
| Set properties of this connection from the values given in dictionary. More... | |
| void | send (Event &e, thread t, double_t t_lastspike, const CommonSynapseProperties &cp) |
| Send an event to the receiver of this connection. More... | |
| void | check_connection (Node &s, Node &t, rport receptor_type, double_t, const CommonPropertiesType &) |
| void | set_weight (double_t w) |
| allows efficient initialization from ConnectorModel::add_connection() More... | |
Public Member Functions inherited from nest::Connection< targetidentifierT > | |
| 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 |
Private Attributes | |
| double_t | weight_ |
| synpatic weight More... | |
| double_t | tau_P_ |
| [ms] time constant for recovery More... | |
| double_t | delta_P_ |
| fractional decrease in pool size per spike More... | |
| double_t | p_ |
| current pool size More... | |
Additional Inherited Members | |
Protected Member Functions inherited from nest::Connection< targetidentifierT > | |
| 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 and receptor type requested by the sender. More... | |
Protected Attributes inherited from nest::Connection< targetidentifierT > | |
| targetidentifierT | target_ |
| SynIdDelay | syn_id_delay_ |
| syn_id (char) and delay (24 bit) in timesteps of this connection More... | |
| typedef CommonSynapseProperties nest::HTConnection< targetidentifierT >::CommonPropertiesType |
| typedef Connection<targetidentifierT> nest::HTConnection< targetidentifierT >::ConnectionBase |
| nest::HTConnection< targetidentifierT >::HTConnection | ( | ) |
Default Constructor.
Sets default values for all parameters. Needed by GenericConnectorModel.
| nest::HTConnection< targetidentifierT >::HTConnection | ( | const HTConnection< targetidentifierT > & | rhs | ) |
Copy constructor.
Needs to be defined properly in order for GenericConnector to work.
|
inlinevirtual |
Default Destructor.
|
inline |
|
virtual |
Get all properties of this connection and put them into a dictionary.
References nest::names::d, nest::names::size_of, and nest::names::weight.
|
inline |
Send an event to the receiver of this connection.
| e | The event to send |
| t_lastspike | Point in time of last spike sent. |
| cp | Common properties to all synapses (empty). |
| e | The event to send |
| p | The port under which this connection is stored in the Connector. |
| t_lastspike | Time point of last spike emitted |
References numerics::e, nest::Time::get_ms(), nest::Event::get_stamp(), nest::names::h, nest::Event::set_delay(), nest::Event::set_receiver(), nest::Event::set_rport(), nest::Event::set_weight(), and nest::names::target.
|
virtual |
Set properties of this connection from the values given in dictionary.
References nest::names::d, and nest::names::weight.
|
inline |
allows efficient initialization from ConnectorModel::add_connection()
References nest::names::w, and nest::HTConnection< targetidentifierT >::weight_.
|
private |
fractional decrease in pool size per spike
|
private |
current pool size
|
private |
[ms] time constant for recovery
|
private |
synpatic weight
Referenced by nest::HTConnection< targetidentifierT >::set_weight().
1.8.7