VR-Forces 4.10 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
vrfplan
defaultSimCommandFactory.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfplan/simCommandFactory.h
"
12
14
#include "
vrfplan/vrfplanDefines.h
"
15
class
DT_DLL_vrfplan
DtDefaultSimCommandFactory
:
public
DtSimCommandFactory
16
{
17
public
:
19
DtDefaultSimCommandFactory
();
20
21
static
void
registerCreators(
DtSimCommandFactory
* factory);
22
static
DtSimCommandFactory
*
create
();
23
};
24
25
26
simCommandFactory.h
DtSimCommandFactory::create
static DtSimCommandFactory * create()
DtDefaultSimCommandFactory
Factory which registers all default VR-Forces Sim Commands.
Definition:
defaultSimCommandFactory.h:15
vrfplanDefines.h
DT_DLL_vrfplan
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition:
vrfplanDefines.h:28
DtSimCommandFactory
DtSimCommandFactory is a hashlist of DtTaskFactoryEntrys, indexed by the string type that represents ...
Definition:
simCommandFactory.h:25
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)