NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::gamma_sup_generator::Variables_ Struct Reference

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
 

Member Data Documentation

◆ t_max_active_

double nest::gamma_sup_generator::Variables_::t_max_active_

end of generator activity in slice

◆ t_min_active_

double nest::gamma_sup_generator::Variables_::t_min_active_

start of generator activity in slice

◆ transition_prob_

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().


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