VR-Forces 4.1 Class Documentation
netIfaceFact.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 
19 class DtString;
20 class DtVrfObject;
22 
23 typedef DtSimObjectNetInterface *
24 (*DtSimObjectNetIfaceCreatorFcn)(const DtString & name,
25  DtVrfObject * simObject,
26  DtReaderWriterRegistry * parentRegistry,
27  bool publishObject);
28 
36 {
37 public:
38 
41 
44 
47 
50  const DtSimObjectNetInterfaceFactory& orig);
51 
53  virtual void addCreatorFcn(const DtString& type,
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)