VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
intercomEntityDestRec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtIntercomEntityDestRec_H_
11 #define DtIntercomEntityDestRec_H_
12 
13 #if DtDIS
14 
15 #include <vlutil/vlMachineTypes.h>
16 #include <vlpi/disEnums.h>
17 #include "hostStructs.h"
18 
19 #include "packets/intercmCtlP.h"
20 #include "intercomParmRec.h"
21 
22 
26 
28 {
29 
30 public:
31 
32 
36 
37 
39  virtual ~DtIntercomEntityDestRec();
40 
41 
44  const DtIntercomEntityDestRec& orig);
46  const DtNetIntercomEntityDestRec& orig);
47 
48 
50  virtual void setDestEntityID(const DtEntityIdentifier& entityID);
51  virtual const DtEntityIdentifier& destEntityID() const;
52 
54  virtual void setDestDeviceID(DtU16 deviceID);
55  virtual DtU16 destDeviceID() const;
56 
58  virtual void setDestLineID(DtU8 lineID);
59  virtual DtU8 destLineID() const;
60 
62  virtual void setDestPriority(DtU8 priority);
63  virtual DtU8 destPriority() const;
64 
66  virtual void setDestLineStateCmd(DtIntercomDestLineStateCmd cmd);
67  virtual DtIntercomDestLineStateCmd destLineStateCmd() const;
68 
70  virtual void print() const;
71 
73  virtual void printDataToStream(std::ostream& stream) const;
74 
76  virtual void unloadNetRecord(const DtNetIntercomEntityDestRec& record);
77  virtual void loadNetRecord(DtNetIntercomEntityDestRec& record) const;
78 
79 
80 
81 protected:
82 
88 
89 };
90 
91 #endif
92 #endif
93 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)