MAK RTIspy API Documentation for HLA 1516
reqSyncPoints.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: reqSyncPoints.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtRequestSyncPointsInteraction_H_
00013 #define DtRequestSyncPointsInteraction_H_
00014 #ifdef DtMOM
00015 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
00016 
00017 #include "rtiMsConfig.h"
00018 #include "internalTypes.h"
00019 #include "mInteraction.h"
00020 #include <vlutil/vlList.h>
00021 
00022 class DtMomInterCbMgr;
00023 class DtRequestSyncPointsInteraction;
00024 typedef void (*DtRequestSyncPointsInteractionCb)
00025    (const DtRequestSyncPointsInteraction& inter, void* usr);
00026 
00027 class DT_DLL_LRC DtRequestSyncPointsInteraction :
00028    public DtRequestInteraction
00029 {
00030 public:
00031 
00033    DtRequestSyncPointsInteraction();
00034 
00036    virtual ~DtRequestSyncPointsInteraction();
00037 
00039    DtRequestSyncPointsInteraction(
00040       const DtRequestSyncPointsInteraction& orig);
00041  
00043    DtRequestSyncPointsInteraction& operator=(
00044       const DtRequestSyncPointsInteraction& orig);
00045 
00048    virtual const DtPhvps& phvps();
00049 
00052    virtual bool setFromPhvps(const DtPhvps& phvps);
00053 
00054      
00055 public:
00057    static DtRequestInteraction* create();
00058 
00060    static void addCallback(DtMomInterCbMgr* callBackManager,
00061       DtRequestSyncPointsInteractionCb cb, void* usr);
00062    static void removeCallback(DtMomInterCbMgr* callBackManager,
00063       DtRequestSyncPointsInteractionCb cb, void* usr);
00064 
00065    
00066 public:
00067    static const char* theInteractionName;
00068 
00069 protected:
00071    
00072 };
00073 
00074 #endif //! DtIFSPEC1516
00075 #endif //! DtMOM
00076 #endif //! DtRequestSyncPointsInteraction_H_

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)