VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simEnvironmentalNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
18 
21 
30 
31 namespace makVrf
32 {
34  {
35  private:
38 
41 
43  const DtSimEnvironmentalNetInterface& operator=(
44  const DtSimEnvironmentalNetInterface& orig);
45 
46  public:
47 
50  bool publishObject = true);
51 
54 
56  virtual bool init();
57 
58  virtual DtControlObjectRepository* controlObjectNetworkState() const;
59  virtual DtEnvironmentProcessRepository* environmentalNetworkState() const;
60 
61  virtual bool isUnit() const { return false; }
62  virtual bool isEntity() const { return false; }
63  virtual bool isEnvironmental() const {return true; }
64 
68  static DtSimEnvironmentalNetInterface* isEnvironmentalNetInterface(
69  const DtSimObjectNetInterface* objNetInterface);
70  };
71 }
DtControlObjectRepository class extends the DtControlObjectBaseRepository to be able to handle extend...
Definition: controlObjectRepository.h:27
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
virtual bool isEnvironmental() const
Definition: simEnvironmentalNetInterface.h:63
Definition: simEnvironmentalNetInterface.h:33
virtual bool isEntity() const
Definition: simEnvironmentalNetInterface.h:62
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
virtual bool isUnit() const
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: simEnvironmentalNetInterface.h:61

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)