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
vrfmsgs
ifInitConnection.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifInitConn.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtIfInitConn_H_
20
#define DtIfInitConn_H_
21
22
#include <vlutil/vlString.h>
23
#include <
vrfExtProtocol/simInterfaceContent.h
>
24
#include <vlutil/vlNetTypes.h>
25
26
struct
DtNetIfInitConnection
27
{
28
DtNetU32
port
;
29
};
30
31
#include "
vrfmsgs/vrfmsgsDefines.h
"
32
class
DT_DLL_vrfmsgs
DtIfInitConnection
:
public
DtSimInterfaceContent
33
{
34
35
public
:
37
DtIfInitConnection
();
38
40
DtIfInitConnection
(
const
DtIfInitConnection
& orig);
41
43
const
DtIfInitConnection
&
operator=
(
const
DtIfInitConnection
& orig);
44
45
virtual
~
DtIfInitConnection
();
46
48
virtual
int
type
()
const
;
49
50
virtual
DtSimInterfaceContent
*
clone
()
const
;
51
52
virtual
int
port()
const
;
53
virtual
void
setPort(
int
port);
54
55
virtual
int
netRepSize
()
const
;
56
virtual
bool
setFromNet
(
const
char
* contentBuffer,
57
unsigned
contentSize);
58
virtual
bool
setToNet
();
59
60
virtual
void
printDataToString
(
DtString
& str);
61
62
static
DtSimInterfaceContent
* creator();
63
64
protected
:
65
66
int
myPort
;
67
};
68
69
#endif
70
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
)