MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
momInterCbInfo.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: momInterCbInfo.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtMomInterCallbackInfo_H_
13 #define DtMomInterCallbackInfo_H_
14 #ifdef DtMOM
15 
16 #include "rtiMsConfig.h"
17 #include "momInterCbMgr.h"
18 
21 class DT_DLL_LRC DtMomInterCallbackInfo
22 {
23 public:
24 
26  DtMomInterCallbackInfo(DtMomInterCallbackFcn func, void* usr);
27 
29  virtual ~DtMomInterCallbackInfo();
30 
32  DtMomInterCallbackInfo(const DtMomInterCallbackInfo& orig);
33 
35  DtMomInterCallbackInfo& operator=(const DtMomInterCallbackInfo& orig);
36 
38  virtual int match(const DtMomInterCallbackInfo& other) const;
39 
41  virtual DtMomInterCallbackFcn func() const;
42 
44  virtual void* usr() const;
45 
46 protected:
47 
48  DtMomInterCallbackFcn myFunc;
49  void* myUsr;
50 
51 };
52 
53 inline DtMomInterCallbackFcn DtMomInterCallbackInfo::func() const
54 {
55  return myFunc;
56 }
57 
58 inline void* DtMomInterCallbackInfo::usr() const
59 {
60  return myUsr;
61 }
62 
63 #endif
64 #endif
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)