State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. | |
| void | get (Dictionary &, const Parameters_ &) const |
| void | set (const Dictionary &, const Parameters_ &, Node *) |
Public Attributes | |
| bool | y_ |
| output of neuron in [0,1] | |
| double | h_ |
| total input current to neuron | |
| double | last_in_node_id_ |
| node ID of the last spike being received | |
| Time | t_next_ |
| time point of next update | |
| Time | t_last_in_spike_ |
| time point of last input spike seen | |
State variables of the model.
| nest::binary_neuron< TGainfunction >::State_::State_ | ( | ) |
Default initialization.
| void nest::binary_neuron< TGainfunction >::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | |||
| ) | const |
| void nest::binary_neuron< TGainfunction >::State_::set | ( | const Dictionary & | , |
| const Parameters_ & | , | ||
| Node * | |||
| ) |
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_node_id_ |
node ID 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__().