NEST
2.6.0,not_revisioned_source_dir@0
|
Class containing the common properties for all connections of a certain type. More...
#include <common_synapse_properties.h>
Public Member Functions | |
CommonSynapseProperties () | |
Standard constructor. More... | |
~CommonSynapseProperties () | |
Destructor. More... | |
void | get_status (DictionaryDatum &d) const |
Get all properties and put them into a dictionary. More... | |
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
Set properties from the values given in dictionary. More... | |
void | calibrate (const TimeConverter &) |
Calibrate all time objects, which might be contained in this object. More... | |
Node * | get_node () |
get reference to registering node More... | |
long_t | get_vt_gid () const |
Class containing the common properties for all connections of a certain type.
Everything that needs to be stored commonly for all synapses goes into a CommonProperty class derived by this base class. Base class for all CommonProperty classes. If the synapse type does not have any common properties, this class may be used as a placeholder.
nest::CommonSynapseProperties::CommonSynapseProperties | ( | ) |
Standard constructor.
Default implementation of an empty CommonSynapseProperties object.
Sets all common properties to default values.
nest::CommonSynapseProperties::~CommonSynapseProperties | ( | ) |
Destructor.
void nest::CommonSynapseProperties::calibrate | ( | const TimeConverter & | ) |
Calibrate all time objects, which might be contained in this object.
Node * nest::CommonSynapseProperties::get_node | ( | ) |
get reference to registering node
void nest::CommonSynapseProperties::get_status | ( | DictionaryDatum & | d | ) | const |
Get all properties and put them into a dictionary.
Referenced by nest::CommonPropertiesHomW::get_status(), nest::STDPPLHomCommonProperties::get_status(), nest::STDPHomCommonProperties::get_status(), nest::STDPDopaCommonProperties::get_status(), and nest::STDPFACETSHWHomCommonProperties< targetidentifierT >::get_status().
|
inline |
void nest::CommonSynapseProperties::set_status | ( | const DictionaryDatum & | d, |
ConnectorModel & | cm | ||
) |
Set properties from the values given in dictionary.
Referenced by nest::CommonPropertiesHomW::set_status(), nest::STDPPLHomCommonProperties::set_status(), nest::STDPHomCommonProperties::set_status(), nest::STDPDopaCommonProperties::set_status(), and nest::STDPFACETSHWHomCommonProperties< targetidentifierT >::set_status().