JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwCombiner.h File Reference

Data combiner handler for channel operations. More...

#include "VQwDataHandler.h"
+ Include dependency graph for QwCombiner.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwCombiner
 Data handler that forms linear combinations of channels. More...
 

Functions

std::ostream & operator<< (std::ostream &stream, const QwCombiner::EQwHandleType &i)
 

Detailed Description

Data combiner handler for channel operations.

Author
wdconinc
Date
2010-10-22

Definition in file QwCombiner.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const QwCombiner::EQwHandleType & i )
inline

Definition at line 72 of file QwCombiner.h.

72 {
73 switch (i){
74 case QwCombiner::kHandleTypeMps: stream << "mps"; break;
75 case QwCombiner::kHandleTypeAsym: stream << "asym"; break;
76 case QwCombiner::kHandleTypeDiff: stream << "diff"; break;
77 default: stream << "Unknown";
78 }
79 return stream;
80}

References VQwDataHandler::kHandleTypeAsym, VQwDataHandler::kHandleTypeDiff, and VQwDataHandler::kHandleTypeMps.