VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
leEntityLinearVelocity.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: leEntityVel.h,v $ $Revision: 1.1 $
7 ** $State: Exp $
8 *********************************************************************/
9 
10 #ifndef DtLeEntityLinearVelocity_H_
11 #define DtLeEntityLinearVelocity_H_
12 
16 
17 #if DtDIS
18 
19 #include <vlutil/vlMachineTypes.h>
20 #include <vlpi/disEnums.h>
21 
22 #include "packets/leTspiP.h"
23 
28 
30 {
31 
32 public:
33 
37 
39  DtLeEntityLinearVelocity& operator=(
40  const DtLeEntityLinearVelocity& orig);
41  DtLeEntityLinearVelocity& operator=(
42  const DtNetLeEntityLinearVelocity& orig);
43 
45  virtual ~DtLeEntityLinearVelocity();
46 
48  virtual void setX(DtU16 value);
49  virtual DtU16 x() const;
50 
52  virtual void setY(DtU16 value);
53  virtual DtU16 y() const;
54 
56  virtual void setZ(DtU16 value);
57  virtual DtU16 z() const;
58 
60  virtual void print() const;
61 
63  virtual void printDataToStream(std::ostream& stream) const;
64 
66  virtual void unloadNetRecord(
67  const DtNetLeEntityLinearVelocity& record);
68  virtual void loadNetRecord(
69  DtNetLeEntityLinearVelocity& record) const;
70 
71 
72 protected:
73 
78 
79 };
80 
81 #endif
82 #endif
83 
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtNetLeEntityLinearVelocity is the network structure for the entity linear velocity record in the liv...
Definition: leTspiP.h:53
DtU16 myZ
Definition: leEntityLinearVelocity.h:77
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
Contains the standard DIS enumerations.
DtU16 myY
Definition: leEntityLinearVelocity.h:76
This file contains typedefs for machine dependant types.
DtU16 myX
Data members:
Definition: leEntityLinearVelocity.h:75
class DtLeEntityLinearVelocity:
Definition: leEntityLinearVelocity.h:29
This file declares network classes for the LeEntity objects.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)