|
MIDAS
|


Public Member Functions | |
| WriterLZ4 (LOG_CHN *log_chn, WriterInterface *wr) | |
| ~WriterLZ4 () | |
| int | wr_open (LOG_CHN *log_chn, int run_number) |
| int | wr_write (LOG_CHN *log_chn, const void *data, const int size) |
| int | wr_close (LOG_CHN *log_chn, int run_number) |
| std::string | wr_get_file_ext () |
| std::string | wr_get_chain () |
Public Member Functions inherited from WriterInterface | |
| WriterInterface () | |
| virtual | ~WriterInterface () |
Private Attributes | |
| WriterInterface * | fWr |
| MLZ4F_compressionContext_t | fContext |
| MLZ4F_preferences_t | fPrefs |
| char * | fBuffer |
| int | fBufferSize |
| int | fBlockSize |
Additional Inherited Members | |
Public Attributes inherited from WriterInterface | |
| bool | fTrace |
| double | fBytesIn |
| double | fBytesOut |
Definition at line 1422 of file mlogger.cxx.
|
inline |
Definition at line 1425 of file mlogger.cxx.

|
inline |
Definition at line 1438 of file mlogger.cxx.

Implements WriterInterface.
Definition at line 1545 of file mlogger.cxx.

|
inlinevirtual |
Implements WriterInterface.
Definition at line 1603 of file mlogger.cxx.

|
inlinevirtual |
Reimplemented from WriterInterface.
Definition at line 1599 of file mlogger.cxx.

Implements WriterInterface.
Definition at line 1447 of file mlogger.cxx.

Implements WriterInterface.
Definition at line 1505 of file mlogger.cxx.

|
private |
Definition at line 1613 of file mlogger.cxx.
|
private |
Definition at line 1611 of file mlogger.cxx.
|
private |
Definition at line 1612 of file mlogger.cxx.
|
private |
Definition at line 1609 of file mlogger.cxx.
|
private |
Definition at line 1610 of file mlogger.cxx.
|
private |
Definition at line 1608 of file mlogger.cxx.