NEST
2.6.0,not_revisioned_source_dir@0
|
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... | |
State variables of the model.
nest::binary_neuron< TGainfunction >::State_::State_ | ( | ) |
Default initialization.
void nest::binary_neuron< TGainfunction >::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | |||
) | const |
References nest::names::d, nest::names::h, and nest::names::S.
void nest::binary_neuron< TGainfunction >::State_::set | ( | const DictionaryDatum & | , |
const Parameters_ & | |||
) |
Referenced by nest::binary_neuron< TGainfunction >::set_status().
double nest::binary_neuron< TGainfunction >::State_::h_ |
total input current to neuron
Referenced by nest::binary_neuron< TGainfunction >::get_input__().
double nest::binary_neuron< TGainfunction >::State_::last_in_gid_ |
gid of the last spike being received
Time nest::binary_neuron< TGainfunction >::State_::t_last_in_spike_ |
time point of last input spike seen
Time nest::binary_neuron< TGainfunction >::State_::t_next_ |
time point of next update
bool nest::binary_neuron< TGainfunction >::State_::y_ |
output of neuron in [0,1]
Referenced by nest::binary_neuron< TGainfunction >::get_output_state__().