VR-Exchange 2.2 API Documentation
rprBroker/libRprBroker/radioReceiverTrans.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/radioRcvrPub.h>
14 #include <vl/refRadRvList.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 
32  class DT_DLL_RPRBROKER DtRadioReceiverObjectTranslator
33  : public DtEmbeddedSystemTranslator<RADIORECV_TEMPLATE_ARGS>
34  {
35  public:
36 
38  Dt_DEF_TRANSLATOR_NAME( "Radio Receiver" );
39 
42 
45 
61  virtual DtPortalRadioReceiverObject* translate(
62  DtPortalRadioReceiverObject* destination,
63  const DtRadioReceiverRepository& source,
64  const DtReflectedRadioReceiver& refObj );
65 
82  virtual DtRadioReceiverRepository* translate(
83  DtRadioReceiverRepository* destination,
84  const DtPortalRadioReceiverObject& source,
86 
87  protected:
88 
91  virtual bool isDiscoverable( const DtBrokerObject* brokerObj,
92  const DtPortalReflectedRadioReceiverObject* refObj ) const;
93 
94  };
95 
96  }
97 }

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)