NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::correlomatrix_detector::Spike_ Struct Reference

Spike structure to store in the deque of recently received events. More...

Public Member Functions

 Spike_ (long timestep, double weight, long receptorchannel)
 
bool operator> (const Spike_ &second) const
 Greater operator needed for insertion sort.
 

Public Attributes

long timestep_
 
double weight_
 
long receptor_channel_
 

Detailed Description

Spike structure to store in the deque of recently received events.

Constructor & Destructor Documentation

◆ Spike_()

nest::correlomatrix_detector::Spike_::Spike_ ( long  timestep,
double  weight,
long  receptorchannel 
)
inline

Member Function Documentation

◆ operator>()

bool nest::correlomatrix_detector::Spike_::operator> ( const Spike_ &  second) const
inline

Greater operator needed for insertion sort.

References timestep_.

Member Data Documentation

◆ receptor_channel_

long nest::correlomatrix_detector::Spike_::receptor_channel_

◆ timestep_

long nest::correlomatrix_detector::Spike_::timestep_

Referenced by operator>().

◆ weight_

double nest::correlomatrix_detector::Spike_::weight_

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