VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
runwayLightStruct.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **fixedRecordsHeader.tlt
4 *********************************************************************/
5 
6 #pragma once
7 
8 #include <vlpi/aerodromeEnums.h>
10 #include <vlutil/vlString.h>
12 #include <vlpi/entityType.h>
13 #include <vlpi/entityIdentifier.h>
14 #include <matrix/vlVector.h>
15 #include <vector>
16 
17 
18 
20 
23 {
24 public:
28  DtRunwayLightStruct& operator=(const DtRunwayLightStruct& orig);
29 
30  virtual void setIntensity(const DtU8& val);
31  virtual const DtU8& intensity() const;
32  virtual void setState(const DtU8& val);
33  virtual const DtU8& state() const;
34 
35  bool operator==(const DtRunwayLightStruct& other) const;
36  bool operator!=(const DtRunwayLightStruct& other) const;
37 
38  int netSize() const;
39  static int octetBoundary();
40  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
41 
42  void writeToBuffer( char* buffer ) const;
43  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
44 
45  virtual void printData() const;
46  virtual void printDataToStream(std::ostream &) const;
47 
48 protected:
49 
52 };
53 
54 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtRunwayLightStruct&);
55 
56 
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
DtU8 myState
Definition: runwayLightStruct.h:51
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
This file contains typedefs used to represent objects in a protocol neutral way.
This file declares DtVector and DtVector32.
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
DtU8 myIntensity
Definition: runwayLightStruct.h:50
Definition: runwayLightStruct.h:22
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)