VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
intercmEntDst.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 "
intercmParRec.h
"
21
22
26
27
class
DT_DLL_VL
DtIntercomEntityDestRec
:
public
DtIntercomParmRec
28
{
29
30
public
:
31
32
34
DtIntercomEntityDestRec
();
35
DtIntercomEntityDestRec
(
const
DtIntercomEntityDestRec
& orig);
36
37
39
virtual
~
DtIntercomEntityDestRec
();
40
41
43
DtIntercomEntityDestRec
&
operator=
(
44
const
DtIntercomEntityDestRec
& orig);
45
DtIntercomEntityDestRec
&
operator=
(
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
83
DtEntityIdentifier
myDestEntityID
;
84
DtU16
myDestDeviceID
;
85
DtU8
myDestLineID
;
86
DtU8
myDestPriority
;
87
DtIntercomDestLineStateCmd
myDestLineStateCmd
;
88
89
};
90
91
#endif
92
#endif
93
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)