#include <RBCProcessTestSignal.h>
Public Member Functions | |
int | next () override |
RBCProcessTestSignal (const char *) | |
RPCInputSignal * | retrievedata () override |
void | rewind () |
void | showfirst () |
~RBCProcessTestSignal () override | |
Destructor. More... | |
Public Member Functions inherited from ProcessInputSignal | |
virtual | ~ProcessInputSignal () |
Private Attributes | |
std::ifstream | m_in |
RBCInput | m_input |
std::unique_ptr< RPCInputSignal > | m_lbin |
email: aosor io@u niand es.e du.co
Definition at line 26 of file RBCProcessTestSignal.h.
|
explicit |
Definition at line 16 of file RBCProcessTestSignal.cc.
References gather_cfg::cout, m_in, m_input, m_lbin, and showfirst().
|
override |
|
overridevirtual |
|
inlineoverridevirtual |
Implements ProcessInputSignal.
Definition at line 38 of file RBCProcessTestSignal.h.
References m_lbin.
void RBCProcessTestSignal::rewind | ( | ) |
void RBCProcessTestSignal::showfirst | ( | ) |
Definition at line 52 of file RBCProcessTestSignal.cc.
References gather_cfg::cout, m_in, m_input, and rewind().
Referenced by RBCProcessTestSignal().
|
private |
Definition at line 40 of file RBCProcessTestSignal.h.
Referenced by next(), RBCProcessTestSignal(), rewind(), showfirst(), and ~RBCProcessTestSignal().
|
private |
Definition at line 48 of file RBCProcessTestSignal.h.
Referenced by next(), RBCProcessTestSignal(), and showfirst().
|
private |
Definition at line 50 of file RBCProcessTestSignal.h.
Referenced by RBCProcessTestSignal(), and retrievedata().