VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifPlanOp.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1993 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifPlanOp.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtIfPlanOp_H_
20
#define DtIfPlanOp_H_
21
22
#include <vlutil/vlString.h>
23
#include "
vrfmsgs/ifFileOp.h
"
24
34
35
#include "
vrfmsgs/vrfmsgsDefines.h
"
36
class
DT_DLL_vrfmsgs
DtIfPlanOp
:
public
DtIfFileOp
37
{
38
39
public
:
41
DtIfPlanOp
();
42
44
DtIfPlanOp
(
const
DtIfPlanOp
& orig);
45
47
const
DtIfPlanOp
&
operator=
(
const
DtIfPlanOp
& orig);
48
49
virtual
~
DtIfPlanOp
();
50
52
virtual
int
type
()
const
;
53
54
virtual
DtSimInterfaceContent
*
clone
()
const
;
55
56
static
DtSimInterfaceContent
* creator();
57
};
58
59
#endif
60
61
62
63
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)