VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
geodeticLocation.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 <matrix/geodeticCoord.h>
17 #include <vector>
18 
19 
20 
22 
25 {
26 public:
29 
32 
35 
38 
41  virtual void setLatitude(const DtFloat64& val);
42  virtual const DtFloat64 latitude() const;
43 
46  virtual void setLongitude(const DtFloat64& val);
47  virtual const DtFloat64 longitude() const;
48 
49  bool operator==(const DtGeodeticLocation& other) const;
50  bool operator!=(const DtGeodeticLocation& other) const;
51  bool operator<(const DtGeodeticLocation& other) const;
52 
53  int netSize() const;
54  static int octetBoundary();
55  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
56 
57  void writeToBuffer( char* buffer ) const;
58  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
59 
60  virtual void printData() const;
61  virtual void printDataToStream(std::ostream &) const;
62 
63 protected:
64 
65 };
66 
67 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtGeodeticLocation&);
68 
69 
Contains the DtEntityIdentifier class declaration.
Definition: geodeticLocation.h:24
int operator==(const DtVectorT< double > &vec) const
Get whether another vector equals this vector.
virtual void printData() const
#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 provides a definition of GeodeticCoords and several helper functions.
Instances of DtGeodeticCoord are used to explicitly represent Geodetic coordinates.
Definition: geodeticCoord.h:30
This file contains typedefs used to represent objects in a protocol neutral way.
This file declares DtVector and DtVector32.
int operator!=(const DtVectorT< double > &vec) const
Get whether another vector does not equal this vector.
DtGeodeticCoord & operator=(const DtGeodeticCoord &src)
assignment operator
bool operator<(const DtTimeReflectedObjectIdKey &left, const DtTimeReflectedObjectIdKey &right)
Compare 2 time ID keys.
Definition: reflectedObjectListHLA.h:548
This file contains typedefs for machine dependant types.
virtual void printDataToStream(std::ostream &str) const

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)