VR-Link API Documentation for DIS
intercomGroupDestRec.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 DtIntercomGroupDestRec_H_
11 #define DtIntercomGroupDestRec_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 ~DtIntercomGroupDestRec();
40 
41 
44  const DtIntercomGroupDestRec& orig);
46  const DtNetIntercomGroupDestRec& orig);
47 
48 
50  virtual void setDestGroupBitField(DtU32 bitField);
51  virtual DtU32 destGroupBitField() const;
52 
54  virtual void setDestPriority(DtU8 priority);
55  virtual DtU8 destPriority() const;
56 
58  virtual void setDestLineStateCmd(DtIntercomDestLineStateCmd cmd);
59  virtual DtIntercomDestLineStateCmd destLineStateCmd() const;
60 
62  virtual void print() const;
63 
65  virtual void printDataToStream(std::ostream& stream) const;
66 
68  virtual void unloadNetRecord(const DtNetIntercomGroupDestRec& record);
69  virtual void loadNetRecord(DtNetIntercomGroupDestRec& record) const;
70 
71 
72 
73 protected:
74 
78 
79 };
80 
81 #endif
82 #endif
83 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)