VR-Link API Documentation for HLA Evolved
iffAtcNavaidsModeSInterrogator.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
8 
9 #if DtDIS
10 
11 #include <vlutil/vlMachineTypes.h>
12 #include <vlpi/disEnums.h>
13 
14 #include "packets/iffAtcNavP.h"
15 
16 
20 class DT_DLL_VL DtIffAtcNavaidsModeSInterrogator
21 {
22 public:
23 
25  DtIffAtcNavaidsModeSInterrogator();
26  DtIffAtcNavaidsModeSInterrogator(
27  const DtIffAtcNavaidsModeSInterrogator& orig);
28 
30  DtIffAtcNavaidsModeSInterrogator& operator=(
31  const DtIffAtcNavaidsModeSInterrogator& orig);
32  DtIffAtcNavaidsModeSInterrogator& operator=(
34 
36  virtual ~DtIffAtcNavaidsModeSInterrogator();
37 
39  virtual void setReportingSimulation(DtSimulationAddress value);
40  virtual DtSimulationAddress reportingSimulation() const;
41 
43  virtual void setModeSStatus(DtIffAtcNavaidsModeSInterrogatorStatus value);
44  virtual DtIffAtcNavaidsModeSInterrogatorStatus modeSStatus() const;
45 
47  virtual void setModeSLevelsPresent(DtIffAtcNavaidsModeSLevelsPresent value);
48  virtual DtIffAtcNavaidsModeSLevelsPresent modeSLevelsPresent() const;
49 
51  virtual void setNumParameterSets(DtU16);
52  virtual DtU16 numParameterSets() const;
53 
55  virtual void print() const;
56 
58  virtual void printDataToStream(std::ostream& stream) const;
59 
60 
62  virtual void unloadNetRecord(
64  virtual void loadNetRecord(
66 
67 protected:
68 
70  DtNetFederateId myReportingSimulation;
71  DtNetU8 myModeSStatus;
72  DtNetU8 myModeSLevelsPresent;
73  DtU16 myNumParameterSets;
74 };
75 
76 #endif //DtDIS

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)