VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rprBroker/rprBroker/radioTransmitterTranslator.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/radioTransmitterPublisher.h>
14 #include <vl/reflectedRadioTransmitterList.h>
15 
16 class DtReflectedRadioTransmitter;
17 class DtRadioTransmitterRepository;
18 
19 #define RADIOXMIT_TEMPLATE_ARGS \
20  DtPortalRadioTransmitterObject, DtPortalReflectedRadioTransmitterObject, \
21  DtReflectedRadioTransmitter, DtReflectedRadioTransmitterList, \
22  DtRadioTransmitterRepository, DtRadioTransmitterPublisher
23 
24 namespace MAKVrExchange
25 {
26 
27  namespace DtRprBroker
28  {
29 
33  : public DtEmbeddedSystemTranslator<RADIOXMIT_TEMPLATE_ARGS>
34  {
35  public:
36 
38  Dt_DEF_TRANSLATOR_NAME( "Radio Transmitter" );
39 
42 
45 
62  virtual DtPortalRadioTransmitterObject* translate(
63  DtPortalRadioTransmitterObject* destination,
64  const DtRadioTransmitterRepository& source,
65  const DtReflectedRadioTransmitter& refObj );
66 
85  virtual DtRadioTransmitterRepository* translate(
86  DtRadioTransmitterRepository* destination,
87  const DtPortalRadioTransmitterObject& source,
89 
90  protected:
91 
94  virtual bool isRprPublishable( DtBrokerObject* brokerObj,
96 
97  };
98 
99  }
100 }

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)