VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEngineeringObjectStateRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: engObjStateRec.h,v $ $Revision: 1.10 $ $State: Exp $
7 ** Created: 6/6/01, MEM Updated:1/2/02
8 *******************************************************************************/
9 
12 
18 #ifndef DtVrfEngineeringObjectStateRecord_H_
19 #define DtVrfEngineeringObjectStateRecord_H_
20 
22 #include <vlutil/vlMachineTypes.h>
23 #include <vlutil/vlNetTypes.h>
24 
25 
26 
28 {
30  DtNetEulerAngles myOrientation;
31  DtNetU16 padding;
32  DtNetU32 padding2;
33 };
34 
36 const DtEnvironmentalRecordType DtEngObjectStateRecordType =
37  DtEnvironmentalRecordType(0x00000005);
38 
45 
46 
49 {
50 public:
51 
58 
59 
62 
66 
70 
73 
75  //virtual DtEnvironmentalRecord* clone() const;
76 
78  virtual void setPercentComplete(DtU16 perComp);
79  virtual DtU16 percentComplete() const;
80 
82  virtual void setOrientation(const DtTaitBryan& orientation);
83  virtual const DtTaitBryan& orientation() const;
84 
88  virtual bool createNetworkRepresentation();
89 
91  //const DtNetEngineeringObjectStateRecord* engObjStateNetRep() const;
93 
95  //virtual void setFromNet(const DtNetEnvironmentalRecord& buffer);
96 
97  virtual DtNetEngineeringObjectStateRecord* pointerToNetEngObjRec() const;
98 
99  virtual int netRepSize() const;
100 
101 protected:
102 
103  DtTaitBryan myOrientation;
104 
105 };
106 
107 #endif
DtNetU16 padding
Definition: vrfEngineeringObjectStateRecord.h:31
const DtSimEnvironmentalObjectStateRecord & operator=(const DtSimEnvironmentalObjectStateRecord &orig)
DtTaitBryan myOrientation
Definition: vrfEngineeringObjectStateRecord.h:103
Class Description: DtVrfEngineeringObjectStateRecord implements a form of an environmental state reco...
Definition: vrfEngineeringObjectStateRecord.h:48
*virtual const DtObjectType & objectType() const
const DtEnvironmentalRecordType DtEngObjectStateRecordType
Extend the DtEnvironmentalRecordType Enumeration.
Definition: vrfEngineeringObjectStateRecord.h:36
Definition: objectType.h:27
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtNetU16 myPercentComplete
Definition: vrfEngineeringObjectStateRecord.h:29
DtNetU32 padding2
Definition: vrfEngineeringObjectStateRecord.h:32
File: engObjStateRec.h.
Definition: vrfEngineeringObjectStateRecord.h:27
Definition: simEnvironmentalObjectStateRecord.h:138
DtNetEulerAngles myOrientation
Definition: vrfEngineeringObjectStateRecord.h:30
Contains the DtSimEnvironmentalObjectStateRecord class declaration.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)