MIDAS
|
Public Attributes | |
std::string | name |
INT | handle = 0 |
std::string | path |
std::string | pipe_command |
INT | type = LOG_TYPE_DISK |
INT | subrun_number = 0 |
INT | buffer_handle = 0 |
INT | msg_buffer_handle = 0 |
INT | request_id = 0 |
INT | msg_request_id = 0 |
HNDLE | stats_hkey = 0 |
HNDLE | settings_hkey = 0 |
CHN_SETTINGS | settings |
CHN_STATISTICS | statistics |
MIDAS_INFO * | midas_info = NULL |
void * | ftp_con = NULL |
void * | pfile = NULL |
WriterInterface * | writer = NULL |
DWORD | last_checked = 0 |
BOOL | do_disk_level = 0 |
int | pre_checksum_module = 0 |
int | compression_module = 0 |
int | post_checksum_module = 0 |
int | output_module = 0 |
Definition at line 261 of file mlogger.cxx.
INT LOG_CHN::buffer_handle = 0 |
Definition at line 272 of file mlogger.cxx.
int LOG_CHN::compression_module = 0 |
Definition at line 295 of file mlogger.cxx.
BOOL LOG_CHN::do_disk_level = 0 |
Definition at line 293 of file mlogger.cxx.
Definition at line 289 of file mlogger.cxx.
INT LOG_CHN::handle = 0 |
Definition at line 263 of file mlogger.cxx.
DWORD LOG_CHN::last_checked = 0 |
Definition at line 292 of file mlogger.cxx.
MIDAS_INFO* LOG_CHN::midas_info = NULL |
Definition at line 280 of file mlogger.cxx.
INT LOG_CHN::msg_buffer_handle = 0 |
Definition at line 273 of file mlogger.cxx.
INT LOG_CHN::msg_request_id = 0 |
Definition at line 275 of file mlogger.cxx.
std::string LOG_CHN::name |
Definition at line 262 of file mlogger.cxx.
int LOG_CHN::output_module = 0 |
Definition at line 297 of file mlogger.cxx.
std::string LOG_CHN::path |
Definition at line 264 of file mlogger.cxx.
Definition at line 290 of file mlogger.cxx.
std::string LOG_CHN::pipe_command |
Definition at line 265 of file mlogger.cxx.
int LOG_CHN::post_checksum_module = 0 |
Definition at line 296 of file mlogger.cxx.
int LOG_CHN::pre_checksum_module = 0 |
Definition at line 294 of file mlogger.cxx.
INT LOG_CHN::request_id = 0 |
Definition at line 274 of file mlogger.cxx.
CHN_SETTINGS LOG_CHN::settings |
Definition at line 278 of file mlogger.cxx.
HNDLE LOG_CHN::settings_hkey = 0 |
Definition at line 277 of file mlogger.cxx.
CHN_STATISTICS LOG_CHN::statistics |
Definition at line 279 of file mlogger.cxx.
HNDLE LOG_CHN::stats_hkey = 0 |
Definition at line 276 of file mlogger.cxx.
INT LOG_CHN::subrun_number = 0 |
Definition at line 271 of file mlogger.cxx.
INT LOG_CHN::type = LOG_TYPE_DISK |
Definition at line 266 of file mlogger.cxx.
WriterInterface* LOG_CHN::writer = NULL |
Definition at line 291 of file mlogger.cxx.