VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
simObjectNetInterfaceFactory.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: netIfaceFact.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtSimObjectNetInterfaceFactory_H_
13
#define DtSimObjectNetInterfaceFactory_H_
14
15
#include <vlutil/vlHashlist.h>
16
17
18
class
DtSimObjectNetInterface
;
19
class
DtString
;
20
class
DtVrfObject
;
21
class
DtReaderWriterRegistry
;
22
23
typedef
DtSimObjectNetInterface
*
24
(*DtSimObjectNetIfaceCreatorFcn)(
const
DtString
& name,
25
DtVrfObject
* simObject,
26
DtReaderWriterRegistry
* parentRegistry,
27
bool
publishObject);
28
34
#include "
vrfobjcore/vrfobjcoreDefines.h
"
35
class
DT_DLL_vrfobjcore
DtSimObjectNetInterfaceFactory
:
public
DtHashlist
36
{
37
public
:
38
40
DtSimObjectNetInterfaceFactory
();
41
43
virtual
~
DtSimObjectNetInterfaceFactory
();
44
46
DtSimObjectNetInterfaceFactory
(
const
DtSimObjectNetInterfaceFactory
& orig);
47
49
DtSimObjectNetInterfaceFactory
& operator=(
50
const
DtSimObjectNetInterfaceFactory
& orig);
51
53
virtual
void
addCreatorFcn(
const
DtString
& type,
54
DtSimObjectNetIfaceCreatorFcn
fcn);
55
56
virtual
DtSimObjectNetInterface
* createNetInterface(
const
DtString
& name,
57
const
DtString
& type,
DtVrfObject
* simObject,
58
DtReaderWriterRegistry
* parentRegistry,
bool
publishObject);
59
60
static
DtSimObjectNetInterfaceFactory
* create();
61
};
62
63
#endif
64
65
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)