NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::binary_neuron< TGainfunction >::Parameters_ Struct Reference

Independent parameters of the model. More...

Public Member Functions

 Parameters_ ()
 Sets default parameter values. More...
 
void get (DictionaryDatum &) const
 Store current values in dictionary. More...
 
void set (const DictionaryDatum &)
 Set values from dicitonary. More...
 

Public Attributes

double_t tau_m_
 mean inter-update interval in ms (acts like a membrane time constant). More...
 

Detailed Description

template<class TGainfunction>
struct nest::binary_neuron< TGainfunction >::Parameters_

Independent parameters of the model.

Constructor & Destructor Documentation

template<class TGainfunction >
nest::binary_neuron< TGainfunction >::Parameters_::Parameters_ ( )

Sets default parameter values.

References nest::binary_neuron< TGainfunction >::recordablesMap_.

Member Function Documentation

template<class TGainfunction >
void nest::binary_neuron< TGainfunction >::Parameters_::get ( DictionaryDatum d) const

Store current values in dictionary.

References nest::names::d, and nest::names::tau_m.

template<class TGainfunction >
void nest::binary_neuron< TGainfunction >::Parameters_::set ( const DictionaryDatum d)

Set values from dicitonary.

References nest::names::d, and nest::names::tau_m.

Referenced by nest::binary_neuron< TGainfunction >::set_status().

Member Data Documentation

template<class TGainfunction >
double_t nest::binary_neuron< TGainfunction >::Parameters_::tau_m_

mean inter-update interval in ms (acts like a membrane time constant).


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