VR-Forces 4.2 Class Documentation
kynapseUserTask.h
Go to the documentation of this file.
1 
2 /*******************************************************************************
3 ** Copyright (c) 2009 MAK Technologies, Inc.
4 ** All rights reserved.
5 *******************************************************************************/
6 /*******************************************************************************
7 * Copyright 2009 Autodesk, Inc. All rights reserved.
8 * Use of this software is subject to the terms of the Autodesk license
9 * agreement provided at the time of installation or download, or which otherwise
10 * accompanies this software in either electronic or hard copy form.
11 *******************************************************************************/
12 
13 
14 #ifndef KYNAPSE_USER_TASK_H
15 #define KYNAPSE_USER_TASK_H
16 
18 
19 namespace BHAVE
20 {
21 
26 DT_DLL_bhaveSim const char* ComputeUserTaskId(const char* taskname, const char* arg1, const char* arg2,
27  const char* arg3, const char* arg4);
28 
38 bool DT_DLL_bhaveSim GetTaskNameAndArgs(const char* taskId,
39  char*& taskname,
40  char*& arg1, char*& arg2,
41  char*& arg3, char*& arg4);
42 
45 bool DT_DLL_bhaveSim IsKynapseTask(const char* taskname, const char* arg1, const char* arg2,
46  const char* arg3, const char* arg4);
47 
48 
51 bool DT_DLL_bhaveSim IsKynapseFunctionTask(const char* taskname, const char* arg1, const char* arg2,
52  const char* arg3, const char* arg4);
53 
56 bool DT_DLL_bhaveSim IsKynapseScriptTask(const char* taskname, const char* arg1, const char* arg2,
57  const char* arg3, const char* arg4);
58 
61 bool DT_DLL_bhaveSim IsKynapseEventTask(const char* taskname, const char* arg1, const char* arg2,
62  const char* arg3, const char* arg4);
63 
66 const char s_BRAIN_STATE_NO_TASK[] = "__No_TaSk__";
67 
70 const char s_BRAIN_STATE_REFLEX_TASK[] = "__ReFlEx_TaSk__";
71 
72 
73 #endif
74 
75 } //namespace BHAVE

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)