VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navAidRadioTransmitterLocalNetInterface.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 
15 namespace makVrf
16 {
17  class DtNavAidRadioTransmitterStateComponent;
18 
20  {
21  private:
24 
27 
30  orig);
31 
32  public:
33 
38  DtNavAidRadioTransmitterLocalNetInterface(DtStateData * simObject, DtVrlinkNetworkInterface* objectManager, bool publishObject = true);
39 
42 
43  static DtSimObjectNetInterface * creator(
44  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
45 
46  virtual DtString type() const;
47 
48  const DtRadioTransmitterStateComponent* radioTransmitterStateComponent() override;
49 
51  static bool IsValidNavAidRadioTransmitter(const DtStateComponent*, const DtStateData*);
52 
53  virtual bool wantsToCreatePublisher() const;
54 
55  protected:
56  virtual DtObjectPublisher* createPublisher();
57  virtual void updatePublisher(DtObjectPublisher*, const DtRadioTransmitterStateComponent*);
58  };
59 }
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
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
Definition: navAidRadioTransmitterLocalNetInterface.h:19
Definition: radioTransmitterLocalNetInterface.h:23
Definition: stateComponent.h:51

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)