VR-Forces 4.1.1 Class Documentation
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";
16 const char DtMoveAlongTaskStateTypeString[] = "move-along-task-state";
17 const int DtWaitTaskStateType = 2;
18 const char DtWaitTaskStateTypeString[] = "wait-task-state";
20 const char DtPatrolBetweenPointsTaskStateTypeString[] = "patrol-between-points-task-state";
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)