MAK Data Logger API Documentation for HLA
remoteControlSimulationInterface.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 
14 #include "virtualConstructor.h"
15 
16 namespace MAKLogger
17 {
18 
22  {
23  public:
24 
26 
27 
29 
30  private:
35 
36  public:
37 
39 
40 
41 #if DtHLA
42  virtual DtSequenceNumber loadSubscriptionListFileCommand(
43  const DtString& filename, const DtEntityIdentifier& destination);
44 #endif
45 
47 
48 
50  virtual void processResponse(const DtLgrResponsePdu& responsePdu);
51 
53  virtual void clearReceivedResponseCounts();
54 
55  public:
56 
58  static const char* commandToString(int command);
59 
60  protected:
61 
62 
64 
65 
67  virtual void subscriptionListsChanged(const DtEntityIdentifier& source,
68  const std::vector<DtString>& objectClasses, const std::vector<DtString>& interactionClasses);
69 
72  virtual void subscriptionListsChanged(
73  const std::vector<DtString>& objectClasses, const std::vector<DtString>& interactionClasses);
74 
76 
77  protected:
78 
80  };
81 }

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)