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

Public Types

typedef std::pair< Time, double_tSpikeTime
 

Public Attributes

std::vector< SpikeTimenext_spike_
 Time of next spike represented as time stamp and offset, for each target. More...
 

Member Typedef Documentation

Member Data Documentation

std::vector<SpikeTime> nest::poisson_generator_ps::Buffers_::next_spike_

Time of next spike represented as time stamp and offset, for each target.

  • first: time stamp
  • second: offset (<=0)
    Note
    first == Time::neg_inf() marks that no spike has been generated yet and that an initial interval needs to be drawn.

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