MIDAS
|
Public Member Functions | |
WriterSHA256 (LOG_CHN *log_chn, int level, WriterInterface *wr) | |
~WriterSHA256 () | |
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 sha256sum[32]) |
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_sha256_context | fCtx |
Additional Inherited Members | |
![]() | |
bool | fTrace |
double | fBytesIn |
double | fBytesOut |
Definition at line 1142 of file mlogger.cxx.
|
inline |
Definition at line 1145 of file mlogger.cxx.
|
inline |
Definition at line 1158 of file mlogger.cxx.
Definition at line 1209 of file mlogger.cxx.
Definition at line 1216 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1224 of file mlogger.cxx.
|
inlinevirtual |
Implements WriterInterface.
Definition at line 1268 of file mlogger.cxx.
|
inlinevirtual |
Reimplemented from WriterInterface.
Definition at line 1264 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1167 of file mlogger.cxx.
Implements WriterInterface.
Definition at line 1190 of file mlogger.cxx.
|
private |
Definition at line 1275 of file mlogger.cxx.
|
private |
Definition at line 1273 of file mlogger.cxx.
|
private |
Definition at line 1274 of file mlogger.cxx.