VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simEnvironmentalNetInterface.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 
23 
24 class DtControlObjectRepository;
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)