|
Gocator Development Kit
|
Represents a data source selection.

Related | |
| #define | GDK_DATA_SOURCE_NONE |
| None or invalid. | |
| #define | GDK_DATA_SOURCE_TOP |
| Top. | |
| #define | GDK_DATA_SOURCE_BOTTOM |
| Bottom. | |
| #define | GDK_DATA_SOURCE_TOP_LEFT |
| Top left. | |
| #define | GDK_DATA_SOURCE_TOP_RIGHT |
| Top right. | |
| #define | GDK_DATA_SOURCE_TOP_BOTTOM |
| Top and bottom (both data streams). | |
| #define | GDK_DATA_SOURCE_LEFT_RIGHT |
| Left and right (both data streams). | |
| #define | GDK_DATA_SOURCE_COUNT |
| Reserved for internal use. | |
| #define | GDK_DATA_SOURCE_TOOLDATAOUTPUT |
| Treat Tool Data Output source as Top. | |
| #define | GDK_DATA_SOURCE_DEVICE_BASE |
| Base value to retrieve a buddied device's data stream. Source id is base + device index (where index is from 0..GDK_MAX_SENSOR_COUNT-1, and index 0 is the main sensor). | |
| #define | GDK_DATA_SOURCE_DEVICE_LAST |
| Last buddy device in a buddy configuration. | |
| #define | GDK_DATA_SOURCE_DEVICE_ALL |
| Allow all sensors in a buddy configuration as a data stream source. | |
| #define | GDK_DATA_SOURCE_IS_DEVICE_SOURCE(sourceId) |
| Macro to check if a source is a device in a buddy configuration. | |