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

Public Attributes

double_t transition_prob_
 transition probabililty to go to next internal state 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_

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

Member Data Documentation

double_t nest::gamma_sup_generator::Variables_::t_max_active_

end of generator activity in slice

double_t nest::gamma_sup_generator::Variables_::t_min_active_

start of generator activity in slice

double_t nest::gamma_sup_generator::Variables_::transition_prob_

transition probabililty to go to next internal state


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