MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
remoteControlEditorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2011 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 
11 #pragma once
12 
15 
16 #include <vlutil/vlString.h>
17 
18 class DtEntityIdentifier;
19 class DtLgrResponsePdu;
20 class DtFilename;
21 
22 namespace MAKLogger
23 {
24 
28  {
29  public:
30 
32 
33 
35 
36  private:
41 
42  public:
43 
45 
46 
48 
50  virtual void processResponse(const DtLgrResponsePdu& responsePdu);
51 
52  public:
53 
55  static const char* commandToString(int command);
56 
57 
58  protected:
59 
61 
62 
63 
64 
65 
66  protected:
67 
68  };
69 }

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)