DI-Guy C++ SDK Reference  13.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diguyMotionVariant.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2014 VT MAK
4  ** All rights reserved.
5  *********************************************************************/
6 
7 
8 /*********************************************************************
9  **
10  *t diguyMotionVariant Type Declaration
11  **
12  */
13 
14 #ifndef __diguyMotionVariant_H
15 #define __diguyMotionVariant_H
16 
17 #ifdef SWIG
19 #else
20 #define CPLUSPLUS_ONLY
21 #endif
22 
23 extern "C" {
24 
25 #include <declspec_diguy.h>
26 
27 
28 /****************************************************************************/
29 typedef enum {
33 
45 
56 
61 
62 
63 /*l
64  *b Description:
65  **
66  ** This function converts the passed variant enumeration into
67  ** a NULL-terminated C-style string.
68  **
69  *b Returns:
70  **
71  ** C-style string identifying variant
72  **
73  *b Callable From:
74  **
75  *- - C++
76  *- - Script
77  */
78 BDI_DECLSPEC_diguy
80 
81 /*l
82  *b Description:
83  **
84  ** This function converts the passed C-style string into an
85  ** enumerated value.
86  **
87  ** Variants are used in functions such as
88  ** diguyCharacter::get_action_from_description().
89  **
90  *b Returns:
91  **
92  ** enumeration value of variant
93  **
94  *b Callable From:
95  **
96  *- - C++
97  *- - Script
98  */
99 BDI_DECLSPEC_diguy
101 
102 
103 } /* end extern "C" */
104 
105 #endif /* __diguyMotionVariant_H */
106 
107 
108 /*********************************************************************
109  ** Copyright (c) 1992-2014 VT MAK
110  ** All rights reserved.
111  *********************************************************************/
112