|
rtop
|
#include <iostream>#include <thread>#include "rtop_logger.h"#include "columns.h"#include "mem_func.h"#include <stdexcept>#include "fileio.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
rtop entry point. Invoked as ./rtop config_file.xml [log_level] More... | |
Variables | |
| src::severity_logger< severity_level > | lg |
| logSpacer | log_spacer |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
rtop entry point. Invoked as ./rtop config_file.xml [log_level]
intializes logging and then spawns one additional thread, key_input thread
Definition at line 18 of file rtop_v0_1.cpp.
| src::severity_logger< severity_level > lg |
Definition at line 108 of file rtop_logger.h.
| logSpacer log_spacer |
Definition at line 186 of file rtop_logger.h.
1.8.15