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;
46 
47  static DtSimObjectNetInterface * creator(
48  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
49 
50  DtRadioTransmitterStateComponent* radioTransmitterStateComponent() override;
51 
52  protected:
53  virtual void updateComponent();
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:139
Definition: radioTransmitterRemoteNetInterface.h:21
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)