DI-Guy SDK Documentation  13.5
diguyConnectionPointType.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2020 MAK Technologies, Inc.
4  ** All rights reserved.
5  *********************************************************************/
6 
7 /*********************************************************************
8  **
9  *t diguyConnectionPointType Type Declaration
10  **
11  */
12 
13 #ifndef __diguyConnectionPointType_H
14 #define __diguyConnectionPointType_H
15 
16 #ifdef SWIG
18 #else
19 #define CPLUSPLUS_ONLY
20 #endif
21 
22 extern "C" {
23 
24 #include <declspec_diguy.h>
25 
26 
27 /****************************************************************************/
28 
39  DIGUY_CONNECTION_POINT_EXHAUST = 0x00000100,
41 
42 };
43 const int DIGUY_CONNECTION_POINT_COUNT = 10;
44 /*l
45  *b Description:
46  **
47  ** This function converts the passed connection type enumeration into
48  ** a NULL-terminated C-style string.
49  **
50  *b Returns:
51  **
52  ** C-style string identifying gesture type
53  */
54 BDI_DECLSPEC_diguy
56 
57 /*l
58  *b Description:
59  **
60  ** This function converts the passed C-style string into an
61  ** enumerated value.
62  **
63  *b Returns:
64  **
65  ** enumeration value of gesture type
66  **
67  *b Callable From:
68  **
69  *- - C++
70  *- - Script
71  */
72 BDI_DECLSPEC_diguy
74 
75 
76 } /* end extern "C" */
77 
78 #endif /* __diguyConnectionPointType_H */
79 
80 
81 /*********************************************************************
82  ** Copyright (c) 1992-2020 MAK Technologies, Inc.
83  ** All rights reserved.
84  *********************************************************************/
85 
Definition: diguyConnectionPointType.h:30
Definition: diguyConnectionPointType.h:29
Definition: diguyConnectionPointType.h:34
const char * diguy_connection_point_type_to_string(diguyConnectionPointType connection_type)
This function converts the passed connection type enumeration into a NULL-terminated C-style string...
const int DIGUY_CONNECTION_POINT_COUNT
Definition: diguyConnectionPointType.h:41
Definition: diguyConnectionPointType.h:31
diguyConnectionPointType
Definition: diguyConnectionPointType.h:27
Definition: diguyConnectionPointType.h:33
Definition: diguyConnectionPointType.h:37
diguyConnectionPointType diguy_connection_point_type_from_string(const char *string)
This function converts the passed C-style string into an enumerated value.
Definition: diguyConnectionPointType.h:38
Definition: diguyConnectionPointType.h:35
Definition: diguyConnectionPointType.h:32
Definition: diguyConnectionPointType.h:28
Definition: diguyConnectionPointType.h:36