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 | ||
) |
Definition at line 55 of file TestConsumer.cc.
void edmtest::Worker::checkCount | ( | ) |
Definition at line 64 of file TestConsumer.cc.
References cnt_, file_num_, filename_, edmtest::makeFile(), max_, ost_, and writeReg().
void edmtest::Worker::saveReg | ( | void * | buf, |
int | len | ||
) |
void edmtest::Worker::writeReg | ( | ) |
int edmtest::Worker::cnt_ |
Definition at line 45 of file TestConsumer.cc.
Referenced by checkCount().
int edmtest::Worker::file_num_ |
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().
int edmtest::Worker::max_ |
Definition at line 46 of file TestConsumer.cc.
Referenced by checkCount().
OutPtr edmtest::Worker::ost_ |
Definition at line 47 of file TestConsumer.cc.
Referenced by checkCount(), and writeReg().
SaveArea edmtest::Worker::reg_ |
Definition at line 48 of file TestConsumer.cc.
Referenced by saveReg(), and writeReg().