VR-Exchange 2.2 API Documentation
rprBroker/libRprBroker/radioTransmitterTrans.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "embeddedSystemTrans.h"
13 #include <vl/radioXmitPub.h>
14 #include <vl/refRadXmList.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 
32  class DT_DLL_RPRBROKER DtRadioTransmitterObjectTranslator
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 isDiscoverable( const DtBrokerObject* brokerObj,
95  const DtPortalReflectedRadioTransmitterObject* refObj ) const;
96 
97  };
98 
99  }
100 }

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)