VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
envNetIface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: envNetIface.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtSimEnvironmentalNetInterface_H_
20
#define DtSimEnvironmentalNetInterface_H_
21
22
#include "
vrfobjcore/netIface.h
"
23
24
class
DtControlObjectRepository;
25
33
#include "
vrfobjcore/vrfobjcoreDefines.h
"
34
class
DT_DLL_vrfobjcore
DtSimEnvironmentalNetInterface
:
public
DtSimObjectNetInterface
35
{
36
protected
:
38
DtSimEnvironmentalNetInterface
();
39
40
public
:
41
43
DtSimEnvironmentalNetInterface
(
const
DtString
& name,
DtVrfObject
* simObject,
44
DtReaderWriterRegistry
* parentRegistry = 0,
45
bool
publishObject =
true
);
46
48
DtSimEnvironmentalNetInterface
(
const
DtSimEnvironmentalNetInterface
& orig,
49
DtReaderWriterRegistry
* parentRegistry = 0);
50
52
const
DtSimEnvironmentalNetInterface
&
operator=
(
53
const
DtSimEnvironmentalNetInterface
& orig);
54
56
virtual
~
DtSimEnvironmentalNetInterface
();
57
59
virtual
bool
init
();
60
61
virtual
DtControlObjectRepository* environmentalNetworkState()
const
;
62
63
virtual
bool
isEntity
()
const
{
return
false
; }
64
virtual
bool
isEnvironmental
()
const
{
return
true
; }
65
69
static
DtSimEnvironmentalNetInterface
* isEnvironmentalNetInterface(
70
const
DtSimObjectNetInterface
* objNetInterface);
71
};
72
73
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)