|
MIDAS
|

Public Member Functions | |
| virtual int | wr_open (LOG_CHN *log_chn, int run_number)=0 |
| virtual int | wr_write (LOG_CHN *log_chn, const void *data, const int size)=0 |
| virtual int | wr_close (LOG_CHN *log_chn, int run_number)=0 |
| WriterInterface () | |
| virtual | ~WriterInterface () |
| virtual std::string | wr_get_file_ext () |
| virtual std::string | wr_get_chain ()=0 |
Public Attributes | |
| bool | fTrace |
| double | fBytesIn |
| double | fBytesOut |
Definition at line 380 of file mlogger.cxx.
| WriterInterface::WriterInterface | ( | ) |
Definition at line 396 of file mlogger.cxx.
|
inlinevirtual |
Definition at line 387 of file mlogger.cxx.
|
pure virtual |
Implemented in WriterNull, WriterFile, WriterGzip, WriterPopen, WriterCRC32Zlib, WriterCRC32C, WriterSHA256, WriterSHA512, WriterLZ4, and WriterFtp.

|
pure virtual |
Implemented in WriterNull, WriterFile, WriterGzip, WriterPopen, WriterCRC32Zlib, WriterCRC32C, WriterSHA256, WriterSHA512, WriterLZ4, and WriterFtp.

|
inlinevirtual |
Reimplemented in WriterNull, WriterGzip, WriterPopen, WriterCRC32Zlib, WriterCRC32C, WriterSHA256, WriterSHA512, WriterLZ4, and WriterFtp.
Definition at line 388 of file mlogger.cxx.

|
pure virtual |
Implemented in WriterNull, WriterFile, WriterGzip, WriterPopen, WriterCRC32Zlib, WriterCRC32C, WriterSHA256, WriterSHA512, WriterLZ4, and WriterFtp.

|
pure virtual |
Implemented in WriterNull, WriterFile, WriterGzip, WriterPopen, WriterCRC32Zlib, WriterCRC32C, WriterSHA256, WriterSHA512, WriterLZ4, and WriterFtp.

| double WriterInterface::fBytesIn |
Definition at line 392 of file mlogger.cxx.
| double WriterInterface::fBytesOut |
Definition at line 393 of file mlogger.cxx.
| bool WriterInterface::fTrace |
Definition at line 391 of file mlogger.cxx.