MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reqSyncPointStatus.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: reqSyncPointStatus.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
10 
11 #ifndef DtRequestSyncPointStatusInteraction_H_
12 #define DtRequestSyncPointStatusInteraction_H_
13 #ifdef DtMOM
14 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
15 
16 #include "rtiMsConfig.h"
17 #include "internalTypes.h"
18 #include "mInteraction.h"
19 #include <vlutil/vlList.h>
20 
21 class DtMomInterCbMgr;
22 class DtRequestSyncPointStatusInteraction;
23 typedef void (*DtRequestSyncPointStatusInteractionCb)
24  (const DtRequestSyncPointStatusInteraction& inter, void* usr);
25 
26 class DT_DLL_LRC DtRequestSyncPointStatusInteraction :
27  public DtRequestInteraction
28 {
29 public:
30 
32  DtRequestSyncPointStatusInteraction();
33 
35  virtual ~DtRequestSyncPointStatusInteraction();
36 
38  DtRequestSyncPointStatusInteraction(
39  const DtRequestSyncPointStatusInteraction& orig);
40 
42  DtRequestSyncPointStatusInteraction& operator=(
43  const DtRequestSyncPointStatusInteraction& orig);
44 
47  virtual const DtPhvps& phvps();
48 
51  virtual bool setFromPhvps(const DtPhvps& phvps);
52 
53 
54 public:
56  static DtRequestInteraction* create();
57 
59  static void addCallback(DtMomInterCbMgr* callBackManager,
60  DtRequestSyncPointStatusInteractionCb cb, void* usr);
61  static void removeCallback(DtMomInterCbMgr* callBackManager,
62  DtRequestSyncPointStatusInteractionCb cb, void* usr);
63 
64 
65 public:
66  static const char* theInteractionName;
67 
68 protected:
70 
71 };
72 
73 #endif
74 #endif
75 #endif

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)