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

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)