50 void RowForNewGroup();
52 void TriggerGroupsTable();
53 void AllInstrumentsTable();
55 std::vector<std::string> m_instrumentCommittedNames;
56 std::vector<std::string> m_instrumentCurrentNames;
57 std::vector<std::string> m_instrumentCommittedPaths;
58 std::vector<std::string> m_instrumentCurrentPaths;
60 std::map<std::shared_ptr<SCPIOscilloscope>, std::string> m_instrumentCurrentSkews;
61 std::map<std::shared_ptr<SCPIOscilloscope>,
int64_t> m_instrumentCommittedSkews;
Top level application window.
Definition MainWindow.h:168