VR-Forces 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 
53  virtual ~DtSimEnvironmentalNetInterface() override;
54 
56  virtual bool init();
57 
58  virtual DtControlObjectRepository* controlObjectNetworkState() const;
59  virtual DtEnvironmentProcessRepository* environmentalNetworkState() const;
60 
61  virtual bool isUnit() const override { return false; }
62  virtual bool isEntity() const override { return false; }
63  virtual bool isEnvironmental() const override { return true; }
64 
68  static DtSimEnvironmentalNetInterface* isEnvironmentalNetInterface(
69  const DtSimObjectNetInterface* objNetInterface);
70  };
71 }
virtual bool isEnvironmental() const override
Definition: simEnvironmentalNetInterface.h:63
virtual bool isEntity() const override
Definition: simEnvironmentalNetInterface.h:62
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:398
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
Definition: simEnvironmentalNetInterface.h:33
virtual bool isUnit() const override
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: simEnvironmentalNetInterface.h:61
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)