Public Member Functions | |
| Variables_ () | |
Public Attributes | |
| normal_distribution | normal_dist_ |
| normal distribution | |
| size_t | start_center_idx_ |
| Indices into sorted vector of sorted pulse-center times (P_.pulse_times_). | |
| size_t | stop_center_idx_ |
| double | tolerance |
| nest::pulsepacket_generator::Variables_::Variables_ | ( | ) |
| normal_distribution nest::pulsepacket_generator::Variables_::normal_dist_ |
normal distribution
Referenced by nest::pulsepacket_generator::update().
| size_t nest::pulsepacket_generator::Variables_::start_center_idx_ |
Indices into sorted vector of sorted pulse-center times (P_.pulse_times_).
Spike times to be sent are calculated from pulse-center times between 'start' and 'stop'. Times before 'start' are outdated, times after 'stop' are not touched yet.
Must be index, not iterator, since we copy pulse times out of temporary parameter set.
Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().
| size_t nest::pulsepacket_generator::Variables_::stop_center_idx_ |
Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().
| double nest::pulsepacket_generator::Variables_::tolerance |
Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().