VR-Forces 4.1 Class Documentation
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 
25 
35 {
36 protected:
39 
40 public:
41 
43  DtSimEnvironmentalNetInterface(const DtString& name, DtVrfObject* simObject,
44  DtReaderWriterRegistry* parentRegistry = 0,
45  bool publishObject = true);
46 
49  DtReaderWriterRegistry* parentRegistry = 0);
50 
53  const DtSimEnvironmentalNetInterface& orig);
54 
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 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)