VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
intercomParmRec.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 DtIntercomParmRec_H_
11 #define DtIntercomParmRec_H_
12 
13 #if DtDIS
14 
15 #include <vlutil/vlMachineTypes.h>
16 #include <vlpi/disEnums.h>
17 #include <iosfwd>
18 
19 
22 
24 {
25 
26 public:
27 
29  virtual ~DtIntercomParmRec();
30 
32  virtual DtIntercomCtlRecType recordType() const;
33 
35  virtual DtU16 recordLength() const;
36 
38  virtual void print() const;
39 
41  virtual void printDataToStream(std::ostream& stream) const;
42 
43 
44 protected:
45 
50  int recordLength);
51 
53  DtIntercomParmRec& operator=(const DtIntercomParmRec& orig);
54 
55 
56 protected:
57 
61 
62 };
63 
64 #endif
65 #endif
66 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)