C++ SDK Reference  12.5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diguyMotionVariantArray.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) 1992-2013 Boston Dynamics
4  * ALL RIGHTS RESERVED.
5  *
6  * These coded instructions, statements, and computer programs
7  * contain unpublished proprietary information of Boston Dynamics
8  * and are protected by Copyright Laws of the United States.
9  * They may not be used, duplicated, or disclosed in any form, in
10  * whole or in part, without the prior written consent from Boston
11  * Dynamics.
12  *
13  * RESTRICTED RIGHTS LEGEND
14  * Use, duplication, or disclosure by the government is subject
15  * to restrictions as set forth in FAR 52.227.19(c)(2) or
16  * subparagraph (c)(1)(ii) of the Rights in Technical Data and
17  * Computer Software clause at DFARS 252.227-7013 and/or in
18  * similar or successor clauses in the FAR, or the DOD or NASA
19  * FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the
20  * Commercial Computer Software--Restricted Rights at 48 CFR
21  * 52.227-19, as applicable. Unpublished-rights reserved under
22  * the Copyright Laws of the United States.
23  * Contractor/Manufacturer is:
24  * Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.
25  */
26 
27 
28 /*********************************************************************
29  **
30  *t diguyMotionVariantArray Type Declaration
31  **
32  */
33 
34 #ifndef __diguyMotionVariantArray_H
35 #define __diguyMotionVariantArray_H
36 
38 
39 #define LIBBDISIMPLE_ARRAY_TYPE diguyMotionVariant
40 #define LIBBDISIMPLE_ARRAY_CLASS_NAME diguyMotionVariantArray
41 #define LIBBDISIMPLE_ARRAY_INLINE
42 #define LIBBDISIMPLE_ARRAY_DISABLE_BOUNDS_CHECKING
43 #define LIBBDISIMPLE_ARRAY_DECLSPEC_bdiutil
44 
45 #include "libbdisimple_array_declaration_template.h"
46 #include "libbdisimple_array_definition_template.h"
47 
48 #undef LIBBDISIMPLE_ARRAY_DECLSPEC_bdiutil
49 #undef LIBBDISIMPLE_ARRAY_DISABLE_BOUNDS_CHECKING
50 #undef LIBBDISIMPLE_ARRAY_INLINE
51 #undef LIBBDISIMPLE_ARRAY_CLASS_NAME
52 #undef LIBBDISIMPLE_ARRAY_TYPE
53 
54 #endif /* __diguyMotionVariantArray_H */
55 
56 
57 /*
58  * Copyright (C) 1992-2013 Boston Dynamics
59  * ALL RIGHTS RESERVED.
60  *
61  * These coded instructions, statements, and computer programs
62  * contain unpublished proprietary information of Boston Dynamics
63  * and are protected by Copyright Laws of the United States.
64  * They may not be used, duplicated, or disclosed in any form, in
65  * whole or in part, without the prior written consent from Boston
66  * Dynamics.
67  *
68  * RESTRICTED RIGHTS LEGEND
69  * Use, duplication, or disclosure by the government is subject
70  * to restrictions as set forth in FAR 52.227.19(c)(2) or
71  * subparagraph (c)(1)(ii) of the Rights in Technical Data and
72  * Computer Software clause at DFARS 252.227-7013 and/or in
73  * similar or successor clauses in the FAR, or the DOD or NASA
74  * FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the
75  * Commercial Computer Software--Restricted Rights at 48 CFR
76  * 52.227-19, as applicable. Unpublished-rights reserved under
77  * the Copyright Laws of the United States.
78  * Contractor/Manufacturer is:
79  * Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.
80  */
81