VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
metocUUID.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **defineHLAfixedArrayHeader.tlt
4 *********************************************************************/
5 
6 #pragma once
7 
8 #include "vrfMetocDefines.h"
9 #include "metocEnums.h"
10 #include <vlutil/vlMachineTypes.h>
11 #include <matrix/vlVector.h>
12 #include <vl/globalObjectDesignator.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <vlutil/vlString.h>
16 #include <vector>
17 namespace makVrfMetoc {
18 
22 {
23 public:
24  DtMetocUUID();
25  ~DtMetocUUID();
26  DtMetocUUID(const DtMetocUUID& orig);
27  DtMetocUUID& operator=(const DtMetocUUID& orig);
28 
29 
30  virtual void setUUIDItem(int index, DtU8& val);
31  virtual void setUUID(const DtU8 val[16]);
32 
33  virtual const DtU8* UUIDItem(int index) const;
34  virtual const DtU8* UUID() const;
35 
36  bool operator==(const DtMetocUUID& other) const;
37  bool operator!=(const DtMetocUUID& 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 
48  virtual void printDataToStream(std::ostream &) const;
49 
50 protected:
51 
52  DtU8 myUUID[16];
53 };
54 
55 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtMetocUUID&);
56 } //end makVrfMetoc
#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 &)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Definition: metocUUID.h:21
voidpf stream
Definition: ioapi.h:39
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)