VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmsgs
ifLaunchGlobalPlan.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfExtProtocol/simInterfaceContent.h
>
14
#include "
vrfmsgs/vrfmsgsDefines.h
"
15
#include <
vrfutil/rwUUID.h
>
16
18
class
DT_DLL_vrfmsgs
DtIfLaunchGlobalPlan
:
public
DtSimInterfaceContent
19
{
20
21
public
:
23
DtIfLaunchGlobalPlan
();
24
26
DtIfLaunchGlobalPlan
(
const
DtIfLaunchGlobalPlan
& orig);
27
29
const
DtIfLaunchGlobalPlan
&
operator=
(
const
DtIfLaunchGlobalPlan
& orig);
30
31
virtual
~
DtIfLaunchGlobalPlan
();
32
33
virtual
int
type
()
const
;
34
35
virtual
DtSimInterfaceContent
*
clone
()
const
;
36
38
39
41
virtual
const
DtUUID
& planName()
const
;
42
44
virtual
void
setPlanName(
const
DtUUID
& name);
46
47
virtual
int
netRepSize
()
const
;
48
virtual
bool
setFromNet
(
const
char
* contentBuffer,
49
unsigned
contentSize);
50
virtual
bool
setToNet
();
51
52
virtual
void
printDataToString
(
DtString
& str);
53
54
static
DtSimInterfaceContent
* creator();
55
56
protected
:
57
DtUUID
myPlan
;
58
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)