NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::pulsepacket_generator::Variables_ Struct Reference
Collaboration diagram for nest::pulsepacket_generator::Variables_:
[legend]

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
 

Constructor & Destructor Documentation

◆ Variables_()

nest::pulsepacket_generator::Variables_::Variables_ ( )

Member Data Documentation

◆ normal_dist_

normal_distribution nest::pulsepacket_generator::Variables_::normal_dist_

normal distribution

Referenced by nest::pulsepacket_generator::update().

◆ start_center_idx_

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

◆ stop_center_idx_

size_t nest::pulsepacket_generator::Variables_::stop_center_idx_

◆ tolerance

double nest::pulsepacket_generator::Variables_::tolerance

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