1 #ifndef __dlgDeviceInfo__
2 #define __dlgDeviceInfo__
3 
4 /**
5 @file
6 Subclass of dlgDeviceInfo_view, which is generated by wxFormBuilder.
7 */
8 
9 #include "utilities_gui.h"
10 #include "lime/LimeSuite.h"
11 //// end generated include
12 /** Implementing dlgDeviceInfo_view */
13 class dlgDeviceInfo : public dlgDeviceInfo_view
14 {
15 	protected:
16 		// Handlers for dlgDeviceInfo_view events.
17 		void OnGetInfo( wxCommandEvent& event );
18 	public:
19 		/** Constructor */
20 		dlgDeviceInfo( wxWindow* parent );
21 	//// end generated class members
22         dlgDeviceInfo(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString &title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long styles = 0);
23         virtual void Initialize(lms_device_t* lms);
24     protected:
25         lms_device_t* lmsControl;
26 
27 };
28 
29 #endif // __dlgDeviceInfo__
30