MAK Data Logger API Documentation for HLA
lgrHlaGuiModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2012 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 #if DtHLA
11 
12 #include "lgrSimGui.h"
13 
14 #include "lgrGuiModel.h"
15 
16 namespace MAKLogger
17 {
18 
21  {
22  public:
23 
28  DtLgrHlaGuiModel(DtLgrFullInterface* fullInterface);
29 
31  virtual ~DtLgrHlaGuiModel();
32 
34  virtual void disconnect();
35 
37  virtual void toggleConnection();
38 
39  public:
40 
41  static DtLgrGuiModel* create(DtLgrFullInterface* fullInterface);
42 
43  protected:
44 
46  virtual void connectedStatusChanged(const bool& state);
47 
48  protected:
49 
51 
52  };
53 }
54 
55 #endif // DtHLA

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)