struct Output_Files

Holds information on output files to be written.

std::string dmtviewer_file_name
Name (including path) for DMTViewer history file.
char* html_dir
Directory specified in DMTHTMLOUT, where output files go.
std::string log_file_name
Name (including path) for current log file.
std::string log_file_link
Name (excluding path) for current log file.
std::ofstream cumlog_file
Output stream for CumLog.txt file.
std::string cumlog_file_link
Name (excluding path) for cumulative log file.
std::string cumlog_file_name
Name (including path) for cumulative log file.
std::string error_file_name
Name (including path) for error file.
std::string error_file_link
Name (excluding path) for error file

Documentation

Helper struct for SenseMonitor class. Holds all information on where and what output files will be written.
std::string dmtviewer_file_name
Name (including path) for DMTViewer history file.

char* html_dir
Directory specified in DMTHTMLOUT, where output files go.

std::string log_file_name
Name (including path) for current log file.

std::string log_file_link
Name (excluding path) for current log file.

std::ofstream cumlog_file
Output stream for CumLog.txt file.

std::string cumlog_file_link
Name (excluding path) for cumulative log file.

std::string cumlog_file_name
Name (including path) for cumulative log file.

std::string error_file_name
Name (including path) for error file.

std::string error_file_link
Name (excluding path) for error file

alphabetic index hierarchy of classes


generated by doc++