MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
handleList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: handleList.h,v $ $Revision: 1.13 $ $State: Exp $
7 *********************************************************************/
8 #ifdef DtMOM
9 
12 #ifndef DtMomHandleList_H_
13 #define DtMomHandleList_H_
14 
15 #include "rtiMsConfig.h"
16 #include <vlutil/vlList.h>
17 #include "internalTypes.h"
18 
20 
21 class DT_DLL_LRC DtMomHandleList : public MAKRti::DtList
22 {
23 public:
24 
26  DtMomHandleList();
27 
29  virtual ~DtMomHandleList();
30 
32  virtual void append(DtHandle handle);
33 
35  virtual bool active();
36  virtual void setActive(bool active);
37 
39  virtual DtHandle data(const MAKRti::DtListItem* item) const;
40 
41 protected:
42  bool myActive;
43 
44 private:
46  DtMomHandleList(const DtMomHandleList& orig);
47 
48 
49 };
50 
51 #endif
52 #endif
Definition: attrHandSet.h:37
unsigned long DtHandle
The internal types.
Definition: internalTypes.h:25
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
The declaration of internal types.

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)