Public Member Functions | Public Attributes | List of all members
spore::SporeTestConnectionCommonProperties Class Reference

Class holding the common properties for all synapses of type SporeTestConnection. More...

#include <spore_test_connection.h>

Inheritance diagram for spore::SporeTestConnectionCommonProperties:
Inheritance graph
[legend]
Collaboration diagram for spore::SporeTestConnectionCommonProperties:
Collaboration graph
[legend]

Public Member Functions

 SporeTestConnectionCommonProperties ()
 
 ~SporeTestConnectionCommonProperties ()
 
void get_status (DictionaryDatum &d) const
 
void set_status (const DictionaryDatum &d, nest::ConnectorModel &cm)
 
void calibrate (const nest::TimeConverter &tc)
 
void check_event (nest::SpikeEvent &)
 
long get_vt_gid () const
 
nest::Node * get_node ()
 

Public Attributes

double weight_update_time_
 
TracingNode::trace_id bap_trace_id_
 
double resolution_unit_
 

Detailed Description

Class holding the common properties for all synapses of type SporeTestConnection.

Constructor & Destructor Documentation

◆ SporeTestConnectionCommonProperties()

spore::SporeTestConnectionCommonProperties::SporeTestConnectionCommonProperties ( )
inline

Constructor.

◆ ~SporeTestConnectionCommonProperties()

spore::SporeTestConnectionCommonProperties::~SporeTestConnectionCommonProperties ( )
inline

Destructor.

Member Function Documentation

◆ calibrate()

void spore::SporeTestConnectionCommonProperties::calibrate ( const nest::TimeConverter &  tc)
inline

Calibrate all time objects, which are contained in this object. This function is called when the time resolution changes and on simulation startup.

◆ check_event()

void spore::SporeTestConnectionCommonProperties::check_event ( nest::SpikeEvent &  )
inline

Check spike event.

◆ get_node()

nest::Node* spore::SporeTestConnectionCommonProperties::get_node ( )
inline
Returns
The reward transmitter associated to the synapse type.

◆ get_status()

void spore::SporeTestConnectionCommonProperties::get_status ( DictionaryDatum &  d) const
inline

Object status getter.

◆ get_vt_gid()

long spore::SporeTestConnectionCommonProperties::get_vt_gid ( ) const
inline
Returns
GID of the reward transmitter associated to the synapse type.

◆ set_status()

void spore::SporeTestConnectionCommonProperties::set_status ( const DictionaryDatum &  d,
nest::ConnectorModel &  cm 
)
inline

Object status setter.


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