#include <RBCProcessTestSignal.h>
Public Member Functions | |
int | next () |
RBCProcessTestSignal () | |
Standard constructor. More... | |
RBCProcessTestSignal (const char *) | |
RPCInputSignal * | retrievedata () |
void | rewind () |
void | showfirst () |
virtual | ~RBCProcessTestSignal () |
Destructor. More... | |
Public Member Functions inherited from ProcessInputSignal | |
virtual | ~ProcessInputSignal () |
Private Attributes | |
std::ifstream * | m_in |
RBCInput * | m_input |
RPCInputSignal * | m_lbin |
email: aosor io@u niand es.e du.co
Definition at line 25 of file RBCProcessTestSignal.h.
|
inline |
Standard constructor.
Definition at line 28 of file RBCProcessTestSignal.h.
References next(), rewind(), showfirst(), and ~RBCProcessTestSignal().
RBCProcessTestSignal::RBCProcessTestSignal | ( | const char * | f_name | ) |
Definition at line 16 of file RBCProcessTestSignal.cc.
References gather_cfg::cout, m_in, m_input, m_lbin, and showfirst().
|
virtual |
Destructor.
Definition at line 37 of file RBCProcessTestSignal.cc.
References m_in, m_input, and m_lbin.
Referenced by RBCProcessTestSignal().
|
virtual |
Implements ProcessInputSignal.
Definition at line 50 of file RBCProcessTestSignal.cc.
References m_in.
Referenced by RBCProcessTestSignal().
|
inlinevirtual |
Implements ProcessInputSignal.
Definition at line 40 of file RBCProcessTestSignal.h.
References m_lbin.
void RBCProcessTestSignal::rewind | ( | ) |
Definition at line 69 of file RBCProcessTestSignal.cc.
References m_in.
Referenced by RBCProcessTestSignal(), and showfirst().
void RBCProcessTestSignal::showfirst | ( | ) |
Definition at line 60 of file RBCProcessTestSignal.cc.
References gather_cfg::cout, and rewind().
Referenced by RBCProcessTestSignal().
|
private |
Definition at line 42 of file RBCProcessTestSignal.h.
Referenced by next(), RBCProcessTestSignal(), rewind(), and ~RBCProcessTestSignal().
|
private |
Definition at line 50 of file RBCProcessTestSignal.h.
Referenced by RBCProcessTestSignal(), and ~RBCProcessTestSignal().
|
private |
Definition at line 52 of file RBCProcessTestSignal.h.
Referenced by RBCProcessTestSignal(), retrievedata(), and ~RBCProcessTestSignal().