NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::correlomatrix_detector::Spike_ Struct Reference

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

Public Member Functions

 Spike_ (long_t timestep, double_t weight, long_t receptorchannel)
 
bool operator> (const Spike_ &second) const
 Greater operator needed for insertion sort. More...
 

Public Attributes

long_t timestep_
 
double_t weight_
 
long_t receptor_channel_
 

Detailed Description

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

Constructor & Destructor Documentation

nest::correlomatrix_detector::Spike_::Spike_ ( long_t  timestep,
double_t  weight,
long_t  receptorchannel 
)
inline

Member Function Documentation

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

Greater operator needed for insertion sort.

References timestep_.

Member Data Documentation

long_t nest::correlomatrix_detector::Spike_::receptor_channel_
long_t nest::correlomatrix_detector::Spike_::timestep_

Referenced by operator>().

double_t nest::correlomatrix_detector::Spike_::weight_

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