VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
antennaPatternRecord.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef DtAntennaPatternRecord_H_
7 #define DtAntennaPatternRecord_H_
8 
13 
14 #include <vlutil/vlMachineTypes.h>
15 
16 #include "hostStructs.h"
17 
18 
19 
24 {
25 public:
26 
29 
32 
34  virtual ~DtAntennaPatternRecord();
35 
37  DtAntennaPatternRecord& operator=
38  (const DtAntennaPatternRecord& orig);
39 
41  bool operator==
42  (const DtAntennaPatternRecord& orig) const;
43 
45  bool operator!=
46  (const DtAntennaPatternRecord& orig) const;
47 
49  virtual void setFromNet(const void* net, int size);
50 
54  virtual const void* netRep(int* size = NULL) const;
55 
57  virtual int netSize() const;
58 
60  virtual DtAntennaPatternRecord* clone() const;
61 
63  virtual void printData() const;
64  virtual void printDataToStream(std::ostream& stream) const;
65 
66 protected:
67 
68  char* myNetRep;
69  int myNetSize;
70 };
71 
72 #endif //DtAntennaPatternRecord_H_
73 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)