VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
portGroupConnection.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: portGroupConn.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtPortGroupConnection_H_
15
#define DtPortGroupConnection_H_
16
17
#include <vlutil/vlMachineTypes.h>
18
#include <vlutil/vlList.h>
19
20
class
DtInputPortGroup
;
21
class
DtOutputPortGroup
;
22
class
DtPortConnection
;
23
24
#include "
vrfobjcore/vrfobjcoreDefines.h
"
25
class
DT_DLL_vrfobjcore
DtPortGroupConnection
26
{
27
public
:
28
30
DtPortGroupConnection
(
DtOutputPortGroup
* sourceGroup,
31
DtInputPortGroup
* destGroup,
int
priority);
32
35
virtual
~
DtPortGroupConnection
();
36
37
private
:
39
DtPortGroupConnection
(
const
DtPortGroupConnection
&);
41
DtPortGroupConnection
& operator=(
const
DtPortGroupConnection
&);
42
43
public
:
48
virtual
bool
init
();
49
51
virtual
const
DtList* subConnections()
const
;
52
54
virtual
int
priority()
const
;
57
virtual
void
setPriority(
int
priority);
58
59
protected
:
60
DtInputPortGroup
*
myDestGroup
;
61
DtOutputPortGroup
*
mySourceGroup
;
62
int
myPriority
;
63
DtList
myPortConnectionList
;
64
65
};
66
67
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)