#include "wx/wxprec.h"#include "wx/wx.h"#include <wx/cmndata.h>#include <wx/colordlg.h>#include <wx/log.h>#include <wx/dir.h>#include <wx/dirdlg.h>#include <wx/generic/dirdlgg.h>#include <wx/datetime.h>#include <wx/list.h>#include <wx/filename.h>#include "generic_board.h"#include "common_ch_control.h"#include "virtual_common_ch_control.h"#include "trigger_ch_control.h"#include "view_ch_control.h"#include "record_ch_control.h"#include "drawing_panel.h"#include "infodialog.h"#include "cursor_ch_control.h"#include "mainframe.h"#include "wxBackgroundBitmap.h"#include "scope2.xpm"#include "virtual_board_channel.h"Go to the source code of this file.
Variables | |
| static const double | SEC_PER_DIV_TABLE [] |
|
|
Initial value:
{
0.000000100,
0.000000500,
0.000001000,
0.000005000,
0.000010000,
0.000050000,
0.000100000,
0.000500000,
0.001000000,
0.005000000,
}
Definition at line 56 of file mainframe.cpp. Referenced by MainFrame::UpdateControls(), and MainFrame::UpdateSecPerDiv(). |
1.4.6-NO