MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / OnOpenLogFile

Method OnOpenLogFile

lib/mdflib/mdfviewer/src/mdfviewer.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void MdfViewer::OnOpenLogFile(wxCommandEvent& event) {
156 auto& log_config = LogConfig::Instance();
157 std::string logfile = log_config.GetLogFile();
158 OpenFile(logfile);
159
160}
161
162void MdfViewer::OnUpdateOpenLogFile(wxUpdateUIEvent &event) {
163 if (notepad_.empty()) {

Callers

nothing calls this directly

Calls 1

GetLogFileMethod · 0.80

Tested by

no test coverage detected