23 #ifndef COMMON_SYNAPSE_PROPERTIES_H
24 #define COMMON_SYNAPSE_PROPERTIES_H
void set_status(const DictionaryDatum &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition: common_synapse_properties.cpp:42
void calibrate(const TimeConverter &)
Calibrate all time objects, which might be contained in this object.
Definition: common_synapse_properties.cpp:46
const Name d("d")
Specific to Izhikevich 2003.
Definition: nest_names.h:83
Declarations for base class Node.
CommonSynapseProperties()
Standard constructor.
Definition: common_synapse_properties.cpp:36
Node * get_node()
get reference to registering node
Definition: common_synapse_properties.cpp:44
Class to convert times from one representation to another.
Definition: nest_timeconverter.h:45
~CommonSynapseProperties()
Destructor.
Definition: common_synapse_properties.cpp:38
Class containing the common properties for all connections of a certain type.
Definition: common_synapse_properties.h:44
void get_status(DictionaryDatum &d) const
Get all properties and put them into a dictionary.
Definition: common_synapse_properties.cpp:40
Default types used by the NEST kernel.
Base class for all NEST network objects.
Definition: node.h:96
long_t get_vt_gid() const
Definition: common_synapse_properties.h:86
Definition: connector_model.h:38
long long_t
Integer number with at least 32 bit.
Definition: nest.h:96