NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::STDPDopaCommonProperties Class Reference

Class containing the common properties for all synapses of type dopamine connection. More...

#include <stdp_dopa_connection.h>

Inheritance diagram for nest::STDPDopaCommonProperties:
nest::CommonSynapseProperties

Public Member Functions

 STDPDopaCommonProperties ()
 Default constructor. 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...
 
Nodeget_node ()
 
long_t get_vt_gid () const
 
- Public Member Functions inherited from nest::CommonSynapseProperties
 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...
 
Nodeget_node ()
 get reference to registering node More...
 
long_t get_vt_gid () const
 

Public Attributes

volume_transmittervt_
 
double_t A_plus_
 
double_t A_minus_
 
double_t tau_plus_
 
double_t tau_c_
 
double_t tau_n_
 
double_t b_
 
double_t Wmin_
 
double_t Wmax_
 

Detailed Description

Class containing the common properties for all synapses of type dopamine connection.

Constructor & Destructor Documentation

nest::STDPDopaCommonProperties::STDPDopaCommonProperties ( )

Default constructor.

Sets all property values to defaults.

Member Function Documentation

Node * nest::STDPDopaCommonProperties::get_node ( )

References vt_.

void nest::STDPDopaCommonProperties::get_status ( DictionaryDatum d) const

Get all properties and put them into a dictionary.

References A_minus_, A_plus_, b_, nest::names::d, nest::Node::get_gid(), nest::CommonSynapseProperties::get_status(), tau_c_, tau_n_, tau_plus_, vt_, Wmax_, and Wmin_.

long_t nest::STDPDopaCommonProperties::get_vt_gid ( ) const
inline

References nest::Node::get_gid(), and vt_.

void nest::STDPDopaCommonProperties::set_status ( const DictionaryDatum d,
ConnectorModel cm 
)

Member Data Documentation

double_t nest::STDPDopaCommonProperties::A_minus_
double_t nest::STDPDopaCommonProperties::A_plus_
double_t nest::STDPDopaCommonProperties::b_
double_t nest::STDPDopaCommonProperties::tau_c_
double_t nest::STDPDopaCommonProperties::tau_n_
double_t nest::STDPDopaCommonProperties::tau_plus_
volume_transmitter* nest::STDPDopaCommonProperties::vt_
double_t nest::STDPDopaCommonProperties::Wmax_
double_t nest::STDPDopaCommonProperties::Wmin_

The documentation for this class was generated from the following files: