VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
taskStateTypes.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
const
int
DtBaseTaskStateType
= 1;
14
const
char
DtBaseTaskStateTypeString
[] =
"base-task-state"
;
15
const
int
DtMoveAlongTaskStateType
= 2;
16
const
char
DtMoveAlongTaskStateTypeString
[] =
"move-along-task-state"
;
17
const
int
DtWaitTaskStateType
= 2;
18
const
char
DtWaitTaskStateTypeString
[] =
"wait-task-state"
;
19
const
int
DtPatrolBetweenPointsTaskStateType
= 3;
20
const
char
DtPatrolBetweenPointsTaskStateTypeString
[] =
"patrol-between-points-task-state"
;
21
const
int
DtPatrolRouteTaskStateType
= 4;
22
const
char
DtPatrolRouteTaskStateTypeString
[] =
"patrol-route-task-state"
;
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
)