Definition at line 409 of file mlogger.cxx.
◆ WriterNull()
| WriterNull::WriterNull |
( |
LOG_CHN * |
log_chn | ) |
|
|
inline |
Definition at line 412 of file mlogger.cxx.
413 {
415 printf(
"WriterNull: path [%s]\n", log_chn->
path.c_str());
417 }
bool fSimulateCompression
◆ ~WriterNull()
| WriterNull::~WriterNull |
( |
| ) |
|
|
inline |
Definition at line 419 of file mlogger.cxx.
420 {
422 printf("WriterNull: destructor\n");
423 }
◆ wr_close()
| int WriterNull::wr_close |
( |
LOG_CHN * |
log_chn, |
|
|
int |
run_number |
|
) |
| |
|
inlinevirtual |
◆ wr_get_chain()
| std::string WriterNull::wr_get_chain |
( |
| ) |
|
|
inlinevirtual |
◆ wr_get_file_ext()
| std::string WriterNull::wr_get_file_ext |
( |
| ) |
|
|
inlinevirtual |
◆ wr_open()
| int WriterNull::wr_open |
( |
LOG_CHN * |
log_chn, |
|
|
int |
run_number |
|
) |
| |
|
inlinevirtual |
◆ wr_write()
| int WriterNull::wr_write |
( |
LOG_CHN * |
log_chn, |
|
|
const void * |
data, |
|
|
const int |
size |
|
) |
| |
|
inlinevirtual |
Implements WriterInterface.
Definition at line 437 of file mlogger.cxx.
438 {
440 printf(
"WriterNull: write path [%s], size %d\n", log_chn->
path.c_str(), size);
444 else
447 }
◆ fSimulateCompression
| bool WriterNull::fSimulateCompression |
|
private |
The documentation for this class was generated from the following file: