VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rprBroker/rprBroker/radioReceiverTranslator.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
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 }

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)