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

State variables of the model. More...

Public Member Functions

 State_ ()
 Default initialization. More...
 
void get (DictionaryDatum &, const Parameters_ &) const
 
void set (const DictionaryDatum &, const Parameters_ &)
 

Public Attributes

bool y_
 output of neuron in [0,1] More...
 
double h_
 total input current to neuron More...
 
double last_in_gid_
 gid of the last spike being received More...
 
Time t_next_
 time point of next update More...
 
Time t_last_in_spike_
 time point of last input spike seen More...
 

Detailed Description

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

State variables of the model.

Constructor & Destructor Documentation

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

Default initialization.

Member Function Documentation

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

Member Data Documentation

template<class TGainfunction >
double nest::binary_neuron< TGainfunction >::State_::h_

total input current to neuron

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

template<class TGainfunction >
double nest::binary_neuron< TGainfunction >::State_::last_in_gid_

gid of the last spike being received

template<class TGainfunction >
Time nest::binary_neuron< TGainfunction >::State_::t_last_in_spike_

time point of last input spike seen

template<class TGainfunction >
Time nest::binary_neuron< TGainfunction >::State_::t_next_

time point of next update

template<class TGainfunction >
bool nest::binary_neuron< TGainfunction >::State_::y_

output of neuron in [0,1]

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


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