Class containing the common properties for all synapses with common weight. More...
#include <common_properties_hom_w.h>
Public Member Functions | |
| CommonPropertiesHomW () | |
| void | get_status (Dictionary &d) const |
| double | get_weight () const |
| void | set_status (const Dictionary &d, ConnectorModel &cm) |
| Set properties from the values given in dictionary. | |
Public Member Functions inherited from nest::CommonSynapseProperties | |
| CommonSynapseProperties () | |
| Standard constructor. | |
| ~CommonSynapseProperties () | |
| void | get_status (Dictionary &d) const |
| Get all properties and put them into a dictionary. | |
| void | set_status (const Dictionary &d, ConnectorModel &cm) |
| Set properties from the values given in dictionary. | |
| void | calibrate (const TimeConverter &) |
| Calibrate all time objects, which might be contained in this object. | |
| long | get_vt_node_id () const |
| Get node ID of volume transmitter. | |
| weight_recorder * | get_weight_recorder () const |
| Get weight_recorder. | |
Private Attributes | |
| double | weight_ |
Class containing the common properties for all synapses with common weight.
|
inline |
|
inline |
References nest::CommonSynapseProperties::get_status(), nest::names::weight(), and weight_.
Referenced by nest::TsodyksHomCommonProperties::get_status().
|
inline |
References weight_.
Referenced by nest::static_synapse_hom_w< targetidentifierT >::send(), and nest::tsodyks_synapse_hom< targetidentifierT >::send().
|
inline |
Set properties from the values given in dictionary.
References nest::CommonSynapseProperties::set_status(), nest::names::weight(), and weight_.
Referenced by nest::TsodyksHomCommonProperties::set_status().
|
private |
Referenced by get_status(), get_weight(), and set_status().