MIDAS
|
Public Member Functions | |
WriterSHA512 (LOG_CHN *log_chn, int level, WriterInterface *wr) | |
~WriterSHA512 () | |
int | wr_open (LOG_CHN *log_chn, int run_number) |
int | wr_write (LOG_CHN *log_chn, const void *data, const int size) |
std::string | toHex (unsigned char c) |
std::string | toString (const unsigned char sha512sum[64]) |
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 | |
int | fLevel |
WriterInterface * | fWr |
mbedtls_sha512_context | fCtx |
Additional Inherited Members | |
![]() | |
bool | fTrace |
double | fBytesIn |
double | fBytesOut |
Definition at line 1282 of file mlogger.cxx.
|
inline |
Definition at line 1285 of file mlogger.cxx.
|
inline |
Definition at line 1298 of file mlogger.cxx.
Definition at line 1349 of file mlogger.cxx.
Definition at line 1356 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1364 of file mlogger.cxx.
|
inlinevirtual |
Implements WriterInterface.
Definition at line 1408 of file mlogger.cxx.
|
inlinevirtual |
Reimplemented from WriterInterface.
Definition at line 1404 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1307 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1330 of file mlogger.cxx.
|
private |
Definition at line 1415 of file mlogger.cxx.
|
private |
Definition at line 1413 of file mlogger.cxx.
|
private |
Definition at line 1414 of file mlogger.cxx.