Public Attributes | |
| double | inv_rate_ms_ |
| 1000.0 / Parameters_.rate_ | |
| exponential_distribution | exp_dev_ |
| random deviate generator | |
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 instantaneously from update(). Spikes are sent at times t that fulfill t_min_active_ < t <= t_max_active_ | |
| Time | t_min_active_ |
| start of generator activity in slice | |
| Time | t_max_active_ |
| end of generator activity in slice | |
| exponential_distribution nest::poisson_generator_ps::Variables_::exp_dev_ |
random deviate generator
Referenced by nest::poisson_generator_ps::event_hook().
| double nest::poisson_generator_ps::Variables_::inv_rate_ms_ |
1000.0 / Parameters_.rate_
Referenced by nest::poisson_generator_ps::event_hook(), and nest::poisson_generator_ps::pre_run_hook().
| Time nest::poisson_generator_ps::Variables_::t_max_active_ |
end of generator activity in slice
Referenced by nest::poisson_generator_ps::calibrate_time(), nest::poisson_generator_ps::event_hook(), and nest::poisson_generator_ps::update().
| Time nest::poisson_generator_ps::Variables_::t_min_active_ |
start of generator activity in slice
Referenced by nest::poisson_generator_ps::calibrate_time(), nest::poisson_generator_ps::event_hook(), and nest::poisson_generator_ps::update().