NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::correlospinmatrix_detector::BinaryPulse_ Struct Reference

Structure to store in the deque of recently received events marked by beginning and end of the binary on pulse. More...

Public Member Functions

 BinaryPulse_ (long timeon, long timeoff, long receptorchannel)
 
bool operator> (const BinaryPulse_ &second) const
 Greater operator needed for insertion sort.
 

Public Attributes

long t_on_
 
long t_off_
 
long receptor_channel_
 

Detailed Description

Structure to store in the deque of recently received events marked by beginning and end of the binary on pulse.

Constructor & Destructor Documentation

◆ BinaryPulse_()

nest::correlospinmatrix_detector::BinaryPulse_::BinaryPulse_ ( long  timeon,
long  timeoff,
long  receptorchannel 
)
inline

Member Function Documentation

◆ operator>()

bool nest::correlospinmatrix_detector::BinaryPulse_::operator> ( const BinaryPulse_ &  second) const
inline

Greater operator needed for insertion sort.

References t_off_.

Member Data Documentation

◆ receptor_channel_

long nest::correlospinmatrix_detector::BinaryPulse_::receptor_channel_

◆ t_off_

long nest::correlospinmatrix_detector::BinaryPulse_::t_off_

Referenced by operator>().

◆ t_on_

long nest::correlospinmatrix_detector::BinaryPulse_::t_on_

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