MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ridFileTester.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ridFileTester.h,v $ $Revision: 1.7 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRidFileTester_H_
13 #define DtRidFileTester_H_
14 
15 #include "connectMgr.h"
16 
17 #include "RIDparams.h"
18 #include "ridTestRequestMsg.h"
19 #include "transferRidParamsMsg.h"
20 
26 {
27 
28 public:
29 
32  DtRIDParameters* ridParams);
33 
35  virtual ~DtRidFileTester();
36 
37 
39  virtual void sendRequestForTesting(const unsigned long initiatingFedID);
40 
43  virtual bool receivedResponse() { return myReceivedResponse;}
44 
52  static void ridResponseCb( const DtTransferRidParamsMsg& msg, void* usr );
53 
54 
55 protected:
56 
58  virtual void ridResponseCb( const DtTransferRidParamsMsg& msg);
59 
60 
61 
62 private:
63 
66  DtRidFileTester(const DtRidFileTester& orig);
67  DtRidFileTester& operator=(const DtRidFileTester& orig);
68 
69 protected:
70 
74  unsigned long myConnectionID;
75 };
76 
77 #endif

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)