VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
windStruct.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 
9 #include <vlpi/metocEnums.h>
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlString.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <matrix/vlVector.h>
16 #include <vector>
17 
18 
19 
21 
24 {
25 public:
26  DtWindStruct();
27  ~DtWindStruct();
28  DtWindStruct(const DtWindStruct& orig);
29  DtWindStruct(const DtNetWindStruct& orig);
30  DtWindStruct& operator=(const DtWindStruct& orig);
31  DtWindStruct& operator=(const DtNetWindStruct& orig);
32 
33  virtual void setDirection(const DtFloat32& val);
34  virtual const DtFloat32& direction() const;
35  virtual void setHorizontalSpeed(const DtFloat32& val);
36  virtual const DtFloat32& horizontalSpeed() const;
37  virtual void setVerticalSpeed(const DtFloat32& val);
38  virtual const DtFloat32& verticalSpeed() const;
39 
40  bool operator==(const DtWindStruct& other) const;
41  bool operator!=(const DtWindStruct& other) const;
42 
43  int netSize() const;
44  static int octetBoundary();
45  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
46 
47  void writeToBuffer( char* buffer ) const;
48  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
49 
50  virtual void printData() const;
51  virtual void printDataToStream(std::ostream &) const;
52 
53 protected:
54 
58 };
59 
60 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtWindStruct&);
61 
62 
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#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)
Definition: netStructs.h:289
This file contains typedefs used to represent objects in a protocol neutral way.
DtFloat32 myHorizontalSpeed
Definition: windStruct.h:56
This file declares DtVector and DtVector32.
DtFloat32 myDirection
Definition: windStruct.h:55
Definition: windStruct.h:23
DtFloat32 myVerticalSpeed
Definition: windStruct.h:57
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)