State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. | |
| void | get (Dictionary &) const |
| void | set (Dictionary const &, Node *) |
Public Attributes | |
| double | i_syn_ex_ |
| double | V_syn_ |
| double | V_spike_ |
| double | V_m_ |
| unsigned long | position_ |
State variables of the model.
| nest::iaf_chs_2007::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_chs_2007::State_::get | ( | Dictionary & | d | ) | const |
References nest::names::V_m().
Referenced by nest::iaf_chs_2007::get_status().
| void nest::iaf_chs_2007::State_::set | ( | Dictionary const & | d, |
| Node * | node | ||
| ) |
References nest::update_value_param(), and nest::names::V_m().
Referenced by nest::iaf_chs_2007::set_status().
| double nest::iaf_chs_2007::State_::i_syn_ex_ |
Referenced by nest::iaf_chs_2007::update().
| unsigned long nest::iaf_chs_2007::State_::position_ |
Referenced by nest::iaf_chs_2007::Parameters_::set(), and nest::iaf_chs_2007::update().
| double nest::iaf_chs_2007::State_::V_m_ |
Referenced by nest::iaf_chs_2007::get_V_m_(), and nest::iaf_chs_2007::update().
| double nest::iaf_chs_2007::State_::V_spike_ |
Referenced by nest::iaf_chs_2007::update().
| double nest::iaf_chs_2007::State_::V_syn_ |
Referenced by nest::iaf_chs_2007::update().