MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
fedFileMap.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: fedFileMap.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtFedFileMapping_H_
13
#define DtFedFileMapping_H_
14
15
#include "
rtiMsConfig.h
"
16
#include <vlutil/vlString.h>
17
22
23
class
DT_DLL_LRC
DtFedFileMapping
24
{
25
public
:
26
28
DtFedFileMapping
(
const
MAKRti::DtString& execName,
const
MAKRti::DtString& timeImplName,
29
const
MAKRti::DtString& fileName);
30
32
virtual
const
MAKRti::DtString&
fedFileName
()
const
;
33
35
virtual
const
MAKRti::DtString& timeImplName()
const
;
36
38
virtual
const
MAKRti::DtString& execName()
const
;
39
41
virtual
~
DtFedFileMapping
();
42
43
protected
:
44
46
DtFedFileMapping
(
const
DtFedFileMapping
& orig);
47
49
DtFedFileMapping
& operator=(
const
DtFedFileMapping
& orig);
50
51
protected
:
52
53
MAKRti::DtString
myExecName
;
54
MAKRti::DtString
myTimeImplName
;
55
MAKRti::DtString
myFileName
;
56
};
57
58
#endif
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)