VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navAidRadioTransmitterRemoteNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
14 namespace makVrf
15 {
16  class DtRadioTransmitterStateComponent;
17 
19  {
20  private:
23 
26 
29  orig);
30 
31  public:
32 
38  bool publishObject = true);
39 
42 
45  virtual DtString type() const override;
46 
47  static DtSimObjectNetInterface* creator(
48  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
49 
50  virtual DtRadioTransmitterStateComponent* radioTransmitterStateComponent() override;
51 
52  protected:
53  virtual void updateComponent() override;
54  };
55 }
Definition: navAidRadioTransmitterRemoteNetInterface.h:18
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: radioTransmitterStateComponent.h:140
Definition: radioTransmitterRemoteNetInterface.h:21
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

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)