|
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 247 of file mlogger.cxx.
| INT LOG_CHN::buffer_handle = 0 |
Definition at line 254 of file mlogger.cxx.
| int LOG_CHN::compression_module = 0 |
Definition at line 269 of file mlogger.cxx.
| BOOL LOG_CHN::do_disk_level = 0 |
Definition at line 267 of file mlogger.cxx.
| void* LOG_CHN::ftp_con = NULL |
Definition at line 263 of file mlogger.cxx.
| INT LOG_CHN::handle = 0 |
Definition at line 249 of file mlogger.cxx.
| DWORD LOG_CHN::last_checked = 0 |
Definition at line 266 of file mlogger.cxx.
| MIDAS_INFO* LOG_CHN::midas_info = NULL |
Definition at line 262 of file mlogger.cxx.
| INT LOG_CHN::msg_buffer_handle = 0 |
Definition at line 255 of file mlogger.cxx.
| INT LOG_CHN::msg_request_id = 0 |
Definition at line 257 of file mlogger.cxx.
| std::string LOG_CHN::name |
Definition at line 248 of file mlogger.cxx.
| int LOG_CHN::output_module = 0 |
Definition at line 271 of file mlogger.cxx.
| std::string LOG_CHN::path |
Definition at line 250 of file mlogger.cxx.
| void* LOG_CHN::pfile = NULL |
Definition at line 264 of file mlogger.cxx.
| std::string LOG_CHN::pipe_command |
Definition at line 251 of file mlogger.cxx.
| int LOG_CHN::post_checksum_module = 0 |
Definition at line 270 of file mlogger.cxx.
| int LOG_CHN::pre_checksum_module = 0 |
Definition at line 268 of file mlogger.cxx.
| INT LOG_CHN::request_id = 0 |
Definition at line 256 of file mlogger.cxx.
| CHN_SETTINGS LOG_CHN::settings |
Definition at line 260 of file mlogger.cxx.
| HNDLE LOG_CHN::settings_hkey = 0 |
Definition at line 259 of file mlogger.cxx.
| CHN_STATISTICS LOG_CHN::statistics |
Definition at line 261 of file mlogger.cxx.
| HNDLE LOG_CHN::stats_hkey = 0 |
Definition at line 258 of file mlogger.cxx.
| INT LOG_CHN::subrun_number = 0 |
Definition at line 253 of file mlogger.cxx.
| INT LOG_CHN::type = LOG_TYPE_DISK |
Definition at line 252 of file mlogger.cxx.
| WriterInterface* LOG_CHN::writer = NULL |
Definition at line 265 of file mlogger.cxx.