Blame view

GUI/SW1/SRC/UTP.h 6.04 KB
886c558b   Steve Greedy   SACAMOS Public Re...
1
2
3
4
5
6
/////////////////////////////////////////////////////////////////////////////////
//
// This file is part of SACAMOS, cable models for EMI simulations in SPICE.
// It was developed by the University of Nottingham and the Netherlands Aerospace
// Centre (NLR) for ESA under contract number 4000112765/14/NL/HK.
//
2a0d305e   Steve Greedy   Modifications to ...
7
// Copyright (C) 2015 - 2018 University of Nottingham
886c558b   Steve Greedy   SACAMOS Public Re...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//
// SACAMOS is free software: you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the Free Software
// Foundation, either version 3 of the License, or (at your option) any later
// version.
//
// SACAMOS is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for more details.
//
// A copy of the GNU General Public License version 3 can be found in the
// file GNU_GPL_v3 in the root or at <http://www.gnu.org/licenses/>.
//
// wxWidgets is currently licenced under the "wxWindows Library Licence".
// A copy of the wxWindows Library Licence, Version 3.1 can be found in the file
// wxWindows_Library_Licence_v3-1 in the root or at:
// <https://www.wxwidgets.org/about/licence/>
//
// The University of Nottingham can be contacted at: ggiemr@nottingham.ac.uk
//
// File Contents:
//
// NAME
//     UTP.h
//
// DESCRIPTION
//     GUI for the construction of cable_spec file for cable type: Unshielded Twisted Pair
//
// AUTHOR(S)
//     Steve Greedy
//
/////////////////////////////////////////////////////////////////////////////////
#ifndef UTP_H
#define UTP_H

//(*Headers(UTP)
#include <wx/notebook.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
886c558b   Steve Greedy   SACAMOS Public Re...
50
51
52
53
54
55
56
57
58
59
60
#include <wx/panel.h>
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/combobox.h>
//*)

// Additional wxWidgets Includes
#include <wx/msgdlg.h>
#include <wx/dcclient.h>

// Application Includes
d475f4d6   Steve Greedy   SW1 Update to v1.0.1
61
#include "FD_ESR.h"
886c558b   Steve Greedy   SACAMOS Public Re...
62
63
64
65
66
67
68
69
70
71
#include "UTILITIES.h"
#include "MESH_LAPLACE.h"
#include "MESH_PARAM.h"
#include "RUN_STATUS.h"

// Standard Library Header Files
#include <iostream>
#include <fstream>
#include <sstream>
#include <stdio.h>
189467e4   Steve Greedy   First Public Release
72
//#include <io.h>
886c558b   Steve Greedy   SACAMOS Public Re...
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88

using namespace std;

class UTP: public wxDialog
{
	public:

		UTP(wxWindow* parent,wxWindowID id=wxID_ANY,const wxPoint& pos=wxDefaultPosition,const wxSize& size=wxDefaultSize);
		virtual ~UTP();

		void SetPathToMOD(wxString, wxString);
        wxString pathToMOD;
        wxString MODname;

        void WriteCableFile(wxString);

dd86ff43   Steve Greedy   Updates to SW1
89
90
91
        void EditExistingCable();
        bool EDIT_EXISTING;

886c558b   Steve Greedy   SACAMOS Public Re...
92
93
94
        void utpSchematic();
        void OnHighlightSchematic(wxCommandEvent & event);

d475f4d6   Steve Greedy   SW1 Update to v1.0.1
95
96
97
98
99
100
101
102
103
104
        wxString FD_ESR1;
        wxString FD_ESR2;
        wxString FD_ESR3;
        wxString FD_ESR4;
        wxString FD_ESR5;
        wxString FD_ESR6;
        wxString FD_ESR7;
        wxString FD_ESR8;
        wxString FD_ESR9;
        wxString FD_ESR10;
dd86ff43   Steve Greedy   Updates to SW1
105
        bool FD_Default;
d475f4d6   Steve Greedy   SW1 Update to v1.0.1
106
107
108
109
110
111
112
113

        wxString FD_ORDER;
        bool FD_log;
        bool FD_lin;
        wxString FD_Fmin;
        wxString FD_Fmax;
        wxString FD_Num;

886c558b   Steve Greedy   SACAMOS Public Re...
114
115
        wxString MESH_PARAM1;
        wxString MESH_PARAM2;
dd86ff43   Steve Greedy   Updates to SW1
116
        wxString MESH_PARAM3;
886c558b   Steve Greedy   SACAMOS Public Re...
117
118

		//(*Declarations(UTP)
886c558b   Steve Greedy   SACAMOS Public Re...
119
120
121
122
123
124
		wxTextCtrl* TextCtrl4;
		wxNotebook* Notebook1;
		wxStaticText* StaticText13;
		wxStaticText* StaticText2;
		wxStaticText* StaticText14;
		wxButton* Button1;
886c558b   Steve Greedy   SACAMOS Public Re...
125
126
127
128
129
130
131
132
		wxStaticText* StaticText11;
		wxCheckBox* CheckBox3;
		wxCheckBox* CheckBox2;
		wxPanel* Panel1;
		wxStaticText* StaticText1;
		wxStaticText* StaticText3;
		wxButton* Button2;
		wxPanel* Panel3;
886c558b   Steve Greedy   SACAMOS Public Re...
133
		wxCheckBox* CheckBox1;
886c558b   Steve Greedy   SACAMOS Public Re...
134
135
		wxButton* Button3;
		wxStaticText* StaticText5;
886c558b   Steve Greedy   SACAMOS Public Re...
136
137
		wxTextCtrl* TextCtrl2;
		wxComboBox* ComboBox1;
886c558b   Steve Greedy   SACAMOS Public Re...
138
139
140
		wxTextCtrl* TextCtrl1;
		wxStaticText* StaticText15;
		wxStaticText* StaticText12;
886c558b   Steve Greedy   SACAMOS Public Re...
141
142
143
144
145
		wxPanel* Panel2;
		wxTextCtrl* TextCtrl5;
		wxStaticText* StaticText17;
		wxStaticText* StaticText4;
		wxTextCtrl* TextCtrl3;
886c558b   Steve Greedy   SACAMOS Public Re...
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
		wxTextCtrl* TextCtrl11;
		wxStaticText* StaticText16;
		//*)

	protected:

		//(*Identifiers(UTP)
		static const long ID_STATICTEXT1;
		static const long ID_TEXTCTRL1;
		static const long ID_STATICTEXT2;
		static const long ID_TEXTCTRL2;
		static const long ID_STATICTEXT4;
		static const long ID_TEXTCTRL4;
		static const long ID_STATICTEXT3;
		static const long ID_TEXTCTRL3;
		static const long ID_STATICTEXT5;
		static const long ID_TEXTCTRL5;
		static const long ID_PANEL2;
		static const long ID_STATICTEXT11;
		static const long ID_TEXTCTRL11;
		static const long ID_STATICTEXT12;
		static const long ID_STATICTEXT13;
		static const long ID_STATICTEXT14;
		static const long ID_CHECKBOX1;
886c558b   Steve Greedy   SACAMOS Public Re...
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
		static const long ID_PANEL3;
		static const long ID_NOTEBOOK1;
		static const long ID_STATICTEXT15;
		static const long ID_CHECKBOX2;
		static const long ID_STATICTEXT17;
		static const long ID_COMBOBOX1;
		static const long ID_STATICTEXT16;
		static const long ID_CHECKBOX3;
		static const long ID_BUTTON1;
		static const long ID_BUTTON2;
		static const long ID_BUTTON3;
		static const long ID_PANEL1;
		//*)

	private:

		//(*Handlers(UTP)
		void OnButton3Click(wxCommandEvent& event);
		void OnButton1Click(wxCommandEvent& event);
		void OnCheckBox1Click(wxCommandEvent& event);
		void OnButton2Click(wxCommandEvent& event);
		void OnTextCtrl2Text(wxCommandEvent& event);
		void OnTextCtrl3Text(wxCommandEvent& event);
		void OnTextCtrl4Text(wxCommandEvent& event);
		void OnTextCtrl5Text(wxCommandEvent& event);
		void OnTextCtrl11Text(wxCommandEvent& event);
		void OnTextCtrl6Text(wxCommandEvent& event);
		void OnTextCtrl7Text(wxCommandEvent& event);
		void OnTextCtrl8Text(wxCommandEvent& event);
		void OnTextCtrl9Text(wxCommandEvent& event);
		void OnTextCtrl10Text(wxCommandEvent& event);
		void OnPanel1Paint(wxPaintEvent& event);
		void OnPanel1LeftDClick(wxMouseEvent& event);
		void OnNotebook1PageChanging(wxNotebookEvent& event);
		void OnCheckBox3Click(wxCommandEvent& event);
		void OnPanel1MouseWheel(wxMouseEvent& event);
		void OnComboBox1Selected(wxCommandEvent& event);
dd86ff43   Steve Greedy   Updates to SW1
207
		void OnPaint(wxPaintEvent& event);
2a0d305e   Steve Greedy   Modifications to ...
208
		void OnInit(wxInitDialogEvent& event);
886c558b   Steve Greedy   SACAMOS Public Re...
209
210
211
212
213
214
		//*)

		DECLARE_EVENT_TABLE()
};

#endif