WebLVC 1.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rprBroker/rprBroker/radioReceiverTranslator.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vl/reflectedRadioReceiverList.h>
14 #include <vl/radioReceiverPublisher.h>
15 
16 class DtReflectedRadioReceiver;
17 class DtRadioReceiverRepository;
18 
19 #define RADIORECV_TEMPLATE_ARGS \
20  DtPortalRadioReceiverObject, DtPortalReflectedRadioReceiverObject, \
21  DtReflectedRadioReceiver, DtReflectedRadioReceiverList, \
22  DtRadioReceiverRepository, DtRadioReceiverPublisher
23 
24 namespace MAKVrExchange
25 {
26 
27  namespace DtRprBroker
28  {
29 
33  : public DtEmbeddedSystemTranslator<RADIORECV_TEMPLATE_ARGS>
34  {
35  public:
36 
38  Dt_DEF_TRANSLATOR_NAME( "Radio Receiver" );
39 
42 
44  virtual ~DtRadioReceiverTranslator();
45 
61  virtual DtPortalRadioReceiverObject* translate( DtPortalRadioReceiverObject* destination,
62  const DtRadioReceiverRepository& source, const DtReflectedRadioReceiver& refObj );
63 
80  virtual DtRadioReceiverRepository* translate( DtRadioReceiverRepository* destination,
82 
83  protected:
84 
87  virtual bool isRprPublishable( DtBrokerObject* brokerObj,
89 
90  };
91 
92  }
93 }
Provides Radio Receiver object translation between HLA and the VR-Exchange Portal.
Definition: rprBroker/rprBroker/radioReceiverTranslator.h:32
Provides container to hold pointers to Protocol/Portal objects.
Definition: brokerObject.h:24
Base class for all broker objects.
Definition: broker.h:58
A template to create reflected object types for each type of object message.
Definition: pReflectedObject.h:58
#define DT_DLL_RPRBROKER
Definition: brokers/rprBroker/rprBroker/dllExport.h:22
Base class for all embedded system translators.
Definition: rprBroker/rprBroker/embeddedSystemTranslator.h:44
#define Dt_DEF_TRANSLATOR_NAME(strname)
Definition: translator.h:16
Portal Radio Receiver Object class.
Definition: pRadioReceiverObject.h:19

Document ID: Generated on Wed Mar 12 15:05:17 EDT 2025 from SVN revision 274272
Copyright © 2005-2025 MAK Technologies. All Rights Reserved (www.mak.com)