MIDAS
|
Public Member Functions | |
WriterFtp (LOG_CHN *log_chn) | |
~WriterFtp () | |
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 () |
![]() | |
WriterInterface () | |
virtual | ~WriterInterface () |
Private Attributes | |
FTP_CON * | fFtp |
Additional Inherited Members | |
![]() | |
bool | fTrace |
double | fBytesIn |
double | fBytesOut |
Definition at line 2911 of file mlogger.cxx.
|
inline |
Definition at line 2914 of file mlogger.cxx.
|
inline |
Implements WriterInterface.
Definition at line 2981 of file mlogger.cxx.
|
inlinevirtual |
Implements WriterInterface.
Definition at line 3002 of file mlogger.cxx.
|
inlinevirtual |
Reimplemented from WriterInterface.
Definition at line 2997 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 2933 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 2954 of file mlogger.cxx.
|
private |
Definition at line 3008 of file mlogger.cxx.