OSVR-Core
ClientOpaqueTypesC.h
Go to the documentation of this file.
1 
13 /*
14 // Copyright 2014 Sensics, Inc.
15 //
16 // Licensed under the Apache License, Version 2.0 (the "License");
17 // you may not use this file except in compliance with the License.
18 // You may obtain a copy of the License at
19 //
20 // http://www.apache.org/licenses/LICENSE-2.0
21 //
22 // Unless required by applicable law or agreed to in writing, software
23 // distributed under the License is distributed on an "AS IS" BASIS,
24 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 // See the License for the specific language governing permissions and
26 // limitations under the License.
27 */
28 
29 #ifndef INCLUDED_ClientOpaqueTypesC_h_GUID_24B79ED2_5751_4BA2_1690_BBD250EBC0C1
30 #define INCLUDED_ClientOpaqueTypesC_h_GUID_24B79ED2_5751_4BA2_1690_BBD250EBC0C1
31 
32 /* Internal Includes */
33 #include <osvr/Util/APIBaseC.h>
34 
35 /* Library/third-party includes */
36 /* none */
37 
38 /* Standard includes */
39 /* none */
40 
41 OSVR_EXTERN_C_BEGIN
42 
54 
64 
67 OSVR_EXTERN_C_END
68 
69 #endif
struct OSVR_ClientContextObject * OSVR_ClientContext
Opaque handle that should be retained by your application.
Definition: ClientOpaqueTypesC.h:53
Header providing basic C macros for defining API headers.
Definition: ClientContext.h:50
struct OSVR_ClientInterfaceObject * OSVR_ClientInterface
Opaque handle to an interface used for registering callbacks and getting status.
Definition: ClientOpaqueTypesC.h:63
Definition: ClientInterface.h:49