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

 REGISTER_DATA_HANDLER_FACTORY (QwCombiner)
 
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 75 of file QwCombiner.h.

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

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

◆ REGISTER_DATA_HANDLER_FACTORY()

REGISTER_DATA_HANDLER_FACTORY ( QwCombiner )