VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
Instances of DtIntercomGroupDestRec are used to contain the information in the group destination para...
Definition: intercomGroupDestRec.h:27
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtU32 myDestGroupBitField
Definition: intercomGroupDestRec.h:75
DtIntercomParmRec is an abstract base class for the parameter record classes which are used by the in...
Definition: intercomParmRec.h:23
This file declares classes related to intercom messages.
Definition: intercmCtlP.h:39
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
DtIntercomDestLineStateCmd myDestLineStateCmd
Definition: intercomGroupDestRec.h:77
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
Contains the standard DIS enumerations.
DtU8 myDestPriority
Definition: intercomGroupDestRec.h:76
DtIntercomParmRec & operator=(const DtIntercomParmRec &orig)
Assignment operator.
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
virtual void printDataToStream(std::ostream &stream) const
Print the record to a stream.
DtIntercomDestLineStateCmd
Definition: disEnums.h:1992
This file contains typedefs for machine dependant types.
virtual void print() const
Print the record type and length.

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)