SIDX 7
SIDXC.h
Go to the documentation of this file.
1 
14 #ifndef SIDXC_H
15 #define SIDXC_H
16 
17 #include <stdint.h>
18 
19 #ifdef __cplusplus
20 extern "C"
21 {
22 #endif
23 
24 #include "SIDXCConstants.h"
25 #include "SIDXCCamera.h"
26 #include "SIDXCAcquire.h"
27 #include "SIDXCDevice.h"
28 #include "SIDXCRoot.h"
29 #include "SIDXCStage.h"
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif
File containing SIDX constants for reference.
File containing SIDX camera usage for reference.
File containing SIDX acquire usage for reference.
File containing SIDX root usage for reference.
File containing SIDX device usage for reference.
File containing SIDX stage usage for reference.