VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
simCommandExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfobjcore/vrfobjcoreDefines.h
"
14
#include <vlutil/vlString.h>
15
#include "
vrftasks/radioMessageTypes.h
"
16
#include "
vrfutil/rwUUID.h
"
17
18
class
DtSimManager
;
19
class
DtSimCommand
;
20
class
DtSimCommandExecutorFactory
;
21
27
28
class
DT_DLL_vrfobjcore
DtSimCommandExecutor
29
{
30
public
:
31
DtSimCommandExecutor
(
DtSimManager
* simManager);
32
33
virtual
~
DtSimCommandExecutor
();
34
43
virtual
bool
execute(
const
DtSimCommand
* command) = 0;
44
51
virtual
bool
execute(
const
DtSimCommand
* command,
const
DtUUID
& objectName);
52
54
static
void
setFactory(
DtSimCommandExecutorFactory
* factory);
55
58
static
DtSimCommandExecutor
* createSimCommandExecutor(
const
DtSimCommandMessageType
& type,
DtSimManager
* simManager);
59
60
private
:
62
DtSimCommandExecutor
();
64
DtSimCommandExecutor
(
const
DtSimCommandExecutor
& orig);
66
DtSimCommandExecutor
& operator=(
const
DtSimCommandExecutor
& orig);
67
68
protected
:
69
DtSimManager
*
mySimManager
;
70
71
static
DtSimCommandExecutorFactory
*
myFactory
;
72
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)