VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
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
27
class
DT_DLL_VL
DtIntercomGroupDestRec
:
public
DtIntercomParmRec
28
{
29
30
public
:
31
32
34
DtIntercomGroupDestRec
();
35
DtIntercomGroupDestRec
(
const
DtIntercomGroupDestRec
& orig);
36
37
39
virtual
~
DtIntercomGroupDestRec
();
40
41
43
DtIntercomGroupDestRec
&
operator=
(
44
const
DtIntercomGroupDestRec
& orig);
45
DtIntercomGroupDestRec
&
operator=
(
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
75
DtU32
myDestGroupBitField
;
76
DtU8
myDestPriority
;
77
DtIntercomDestLineStateCmd
myDestLineStateCmd
;
78
79
};
80
81
#endif
82
#endif
83
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)