NEST  2.6.0,not_revisioned_source_dir@0
Public Attributes | List of all members
nest::poisson_generator_ps::Variables_ Struct Reference

Public Attributes

double_t inv_rate_ms_
 1000.0 / Parameters_.rate_ More...
 
librandom::ExpRandomDev exp_dev_
 random deviate generator More...
 
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_

Time t_min_active_
 start of generator activity in slice More...
 
Time t_max_active_
 end of generator activity in slice More...
 

Member Data Documentation

librandom::ExpRandomDev nest::poisson_generator_ps::Variables_::exp_dev_

random deviate generator

double_t nest::poisson_generator_ps::Variables_::inv_rate_ms_
Time nest::poisson_generator_ps::Variables_::t_max_active_

end of generator activity in slice

Time nest::poisson_generator_ps::Variables_::t_min_active_

start of generator activity in slice


The documentation for this struct was generated from the following file: