VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
precipitationStruct.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 "vrfMetocDefines.h"
9 #include "metocEnums.h"
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlString.h>
12 #include <vl/globalObjectDesignator.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <matrix/vlVector.h>
16 #include <vector>
17 
18  namespace makVrfMetoc {
19 
21 
24 {
25 public:
29  DtPrecipitationStruct& operator=(const DtPrecipitationStruct& orig);
30 
31  virtual void setType(const DtInt32& val);
32  virtual const DtInt32& type() const;
33  virtual void setIntensity(const DtFloat32& val);
34  virtual const DtFloat32& intensity() const;
35 
36  bool operator==(const DtPrecipitationStruct& other) const;
37  bool operator!=(const DtPrecipitationStruct& other) const;
38 
39  int netSize() const;
40  static int octetBoundary();
41  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
42 
43  void writeToBuffer( char* buffer ) const;
44  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
45 
46  virtual void printData() const;
47  virtual void printDataToStream(std::ostream &) const;
48 
49 protected:
50 
53 };
54 
55 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtPrecipitationStruct&);
56 
57 } //end makVrfMetoc
DtInt32 myType
Definition: precipitationStruct.h:51
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
DT_DLL_METOC std::ostream & operator<<(std::ostream &stream, const DtCloudStruct &)
Definition: precipitationStruct.h:23
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
float DtFloat32
Definition: vrvControlStructTypes.h:35
int DtInt32
Definition: vrvControlStructTypes.h:31
voidpf stream
Definition: ioapi.h:39
DtFloat32 myIntensity
Definition: precipitationStruct.h:52
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
voidpf uLong offset
Definition: ioapi.h:42

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)