Public Attributes | |
| double | transition_prob_ |
| transition probabililty to go to next internal state | |
update-hook communication. | |
The following variables are used for direct communication from update() to event_hook(). They rely on the fact that event_hook() is called instantaneuously from update(). Spikes are sent at times t that fulfill t_min_active_ < t <= t_max_active_ | |
| double | t_min_active_ |
| start of generator activity in slice | |
| double | t_max_active_ |
| end of generator activity in slice | |
| double nest::gamma_sup_generator::Variables_::t_max_active_ |
end of generator activity in slice
| double nest::gamma_sup_generator::Variables_::t_min_active_ |
start of generator activity in slice
| double nest::gamma_sup_generator::Variables_::transition_prob_ |
transition probabililty to go to next internal state
Referenced by nest::gamma_sup_generator::event_hook(), and nest::gamma_sup_generator::pre_run_hook().