Public Member Functions | |
void | checkCount () |
void | saveReg (void *buf, int len) |
Worker (const std::string &s, int m) | |
void | writeReg () |
Public Attributes | |
int | cnt_ |
int | file_num_ |
std::string | filename_ |
int | max_ |
OutPtr | ost_ |
SaveArea | reg_ |
Definition at line 39 of file TestConsumer.cc.
edmtest::Worker::Worker | ( | const std::string & | s, |
int | m | ||
) |
void edmtest::Worker::checkCount | ( | ) |
void edmtest::Worker::saveReg | ( | void * | buf, |
int | len | ||
) |
Definition at line 86 of file TestConsumer.cc.
References reg_.
void edmtest::Worker::writeReg | ( | ) |
Definition at line 76 of file TestConsumer.cc.
Referenced by checkCount().
Definition at line 45 of file TestConsumer.cc.
Referenced by checkCount().
Definition at line 44 of file TestConsumer.cc.
Referenced by checkCount().
std::string edmtest::Worker::filename_ |
Definition at line 43 of file TestConsumer.cc.
Referenced by checkCount().
Definition at line 46 of file TestConsumer.cc.
Referenced by checkCount().
Definition at line 47 of file TestConsumer.cc.
Referenced by checkCount(), and writeReg().
Definition at line 48 of file TestConsumer.cc.
Referenced by saveReg(), and writeReg().