VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iffAtcNavaidsLayerHeader.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #ifndef DtIffAtcNavaidsLayerHeader_H_
10 #define DtIffAtcNavaidsLayerHeader_H_
11 
12 #if DtDIS
13 
14 #include <vlutil/vlMachineTypes.h>
15 #include <vlpi/disEnums.h>
16 
17 #include "packets/iffAtcNavP.h"
18 
19 
26 {
27 
28 
29 public:
30 
34 
36  DtIffAtcNavaidsLayerHeader& operator=(
37  const DtIffAtcNavaidsLayerHeader& orig);
38  DtIffAtcNavaidsLayerHeader& operator=(
39  const DtNetIffAtcNavaidsLayerHeader& orig);
40 
42  virtual ~DtIffAtcNavaidsLayerHeader();
43 
45  virtual void setLayerNumber(DtU8 num);
46  virtual DtU8 layerNumber() const;
47 
49  virtual void setLayerInfo(DtIffAtcNavaidsLayerSpecificInfo info);
50  virtual DtIffAtcNavaidsLayerSpecificInfo layerInfo() const;
51 
53  virtual void setLayerLength(DtU16 length);
54  virtual DtU16 layerLength() const;
55 
57  virtual void print() const;
58 
60  virtual void printDataToStream(std::ostream& stream) const;
61 
63  virtual void unloadNetRecord(const DtNetIffAtcNavaidsLayerHeader& record);
64  virtual void loadNetRecord(DtNetIffAtcNavaidsLayerHeader& record) const;
65 
66 
67 protected:
68 
73 
74 };
75 
76 #endif
77 #endif
78 
DtIffAtcNavaidsLayerSpecificInfo
Definition: disEnums.h:2152
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtIffAtcNavaidsLayerHeader is a class which contains the layer header information for a layer of the ...
Definition: iffAtcNavaidsLayerHeader.h:25
DtU16 myLayerLength
Definition: iffAtcNavaidsLayerHeader.h:72
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
Definition: iffAtcNavP.h:40
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
DtU8 myLayerInfo
Definition: iffAtcNavaidsLayerHeader.h:71
Contains the standard DIS enumerations.
This file declares classes related to IFF objects.
DtU8 myLayerNumber
Data members:
Definition: iffAtcNavaidsLayerHeader.h:70
This file contains typedefs for machine dependant types.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)