VR-Link API Documentation for HLA 1516
hRefRadRvList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef hRefRadRvList_H_
8 #define hRefRadRvList_H_
9 
10 #if DtHLA
11 
12 #include "hRefObjList.h"
13 #include "hReflRadRecvr.h"
14 #include "rtiCompatibility.h"
15 
20 
25 
27 {
28 public:
29 
32  const DtDDMRegionSet* regionSetToUse = 0,
33  const DtString& updateRateTag = DtString("") );
34 
38  const DtList *handleList, const DtDDMRegionSet* regionSetToUse = 0,
39  const DtString& updateRateTag = DtString("") );
40 
43 
45  virtual DtReflectedRadioReceiver* lookup(
46 #if DtHLA_1516
47  RTI::ObjectInstanceHandle id);
48 #else
50 #endif
51 
53  virtual DtReflectedRadioReceiver* lookup(
54  const DtGlobalObjectDesignator& objName);
55 
57  virtual DtReflectedRadioReceiver* first() const;
58  virtual DtReflectedRadioReceiver* last() const;
59 
61  virtual void addRadioReceiverAdditionCallback(
62  DtRadioReceiverCallbackFunction cb, void* userData);
63  virtual void removeRadioReceiverAdditionCallback(
64  DtRadioReceiverCallbackFunction cb, void* userData);
65 
67  virtual void addRadioReceiverRemovalCallback(
68  DtRadioReceiverCallbackFunction cb, void* userData);
69  virtual void removeRadioReceiverRemovalCallback(
70  DtRadioReceiverCallbackFunction cb, void* userData);
71 
72 protected:
73 
76 
79  const DtReflectedRadioReceiverList& orig);
80 
84 
90  virtual void objectAdded(DtReflectedObject* obj);
91 
94  virtual const DtList* dfltHandleList();
95 };
96 
97 #endif //DtHLA
98 #endif //DtReflectedRadioReceiverList_H_
99 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)