#include <ProcessTestSignal.h>
Public Member Functions | |
void | force () |
void | mask () |
int | next () |
ProcessTestSignal () | |
Standard constructor. More... | |
ProcessTestSignal (const char *) | |
void | reset () |
RPCInputSignal * | retrievedata () |
void | rewind () |
void | showfirst () |
virtual | ~ProcessTestSignal () |
Destructor. More... | |
Public Member Functions inherited from ProcessInputSignal | |
virtual | ~ProcessInputSignal () |
Private Member Functions | |
void | builddata () |
Private Attributes | |
RPCData * | m_block |
std::map< int, RBCInput * > | m_data |
std::ifstream * | m_in |
RPCInputSignal * | m_lbin |
RBCInput * | m_rbcinput |
std::vector< RPCData * > | m_vecdata |
Definition at line 28 of file ProcessTestSignal.h.
|
inline |
ProcessTestSignal::ProcessTestSignal | ( | const char * | f_name | ) |
Definition at line 17 of file ProcessTestSignal.cc.
References gather_cfg::cout, m_data, m_in, and m_lbin.
|
virtual |
|
private |
Definition at line 94 of file ProcessTestSignal.cc.
References gen::k, m_data, m_vecdata, and RBCInput::needmapping.
Referenced by next().
|
inline |
Definition at line 50 of file ProcessTestSignal.h.
|
inline |
Definition at line 49 of file ProcessTestSignal.h.
|
virtual |
Implements ProcessInputSignal.
Definition at line 47 of file ProcessTestSignal.cc.
References builddata(), j, m_block, m_in, m_vecdata, and reset().
Referenced by BeautifulSoup.PageElement::_invert().
void ProcessTestSignal::reset | ( | void | ) |
|
inlinevirtual |
Implements ProcessInputSignal.
Definition at line 45 of file ProcessTestSignal.h.
References m_lbin.
void ProcessTestSignal::rewind | ( | ) |
void ProcessTestSignal::showfirst | ( | ) |
Definition at line 68 of file ProcessTestSignal.cc.
References gather_cfg::cout, m_vecdata, and rewind().
|
private |
Definition at line 60 of file ProcessTestSignal.h.
Referenced by next().
|
private |
Definition at line 68 of file ProcessTestSignal.h.
Referenced by builddata(), and ProcessTestSignal().
|
private |
Definition at line 58 of file ProcessTestSignal.h.
Referenced by next(), ProcessTestSignal(), rewind(), and ~ProcessTestSignal().
|
private |
Definition at line 64 of file ProcessTestSignal.h.
Referenced by ProcessTestSignal(), retrievedata(), and ~ProcessTestSignal().
|
private |
Definition at line 62 of file ProcessTestSignal.h.
|
private |
Definition at line 66 of file ProcessTestSignal.h.
Referenced by builddata(), next(), reset(), and showfirst().