C++ SDK Reference  12.5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diguy_author_ui.h
Go to the documentation of this file.
1 
2 #ifndef __diguy_author_ui_H
3 #define __diguy_author_ui_H
4 
5 /*
6  * Copyright (C) 1992-2013 Boston Dynamics
7  * ALL RIGHTS RESERVED.
8  *
9  * These coded instructions, statements, and computer programs
10  * contain unpublished proprietary information of Boston Dynamics
11  * and are protected by Copyright Laws of the United States.
12  * They may not be used, duplicated, or disclosed in any form, in
13  * whole or in part, without the prior written consent from Boston
14  * Dynamics.
15  *
16  * RESTRICTED RIGHTS LEGEND
17  * Use, duplication, or disclosure by the government is subject
18  * to restrictions as set forth in FAR 52.227.19(c)(2) or
19  * subparagraph (c)(1)(ii) of the Rights in Technical Data and
20  * Computer Software clause at DFARS 252.227-7013 and/or in
21  * similar or successor clauses in the FAR, or the DOD or NASA
22  * FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the
23  * Commercial Computer Software--Restricted Rights at 48 CFR
24  * 52.227-19, as applicable. Unpublished-rights reserved under
25  * the Copyright Laws of the United States.
26  * Contractor/Manufacturer is:
27  * Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.
28  */
29 
30 #include <declspec_diguy.h>
31 
32 extern "C" {
33 
34 /****************************************************************************/
35 BDI_DECLSPEC_diguy
36 int diguy_author_ui_initialize(void* qapp = NULL);
37 
38 
39 /****************************************************************************/
40 BDI_DECLSPEC_diguy
42 
43 
44 /****************************************************************************/
45 /*
46  * Shouldn't normally be necessary.
47  */
48 BDI_DECLSPEC_diguy
50 
51 
52 } /* end extern "C" */
53 
54 #endif /* __diguy_author_ui_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