|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include "vrpn_Tracker_MotionNode.h"#include <string>#include <vector>#include <dlfcn.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | MNCAPI_IMPORT_API |
| #define | MNCAPI_CALL_API |
| #define | MNCAPI_PREVIEW_SIZE (14) |
| #define | MOTION_C_API_LIBRARY "libMotionCAPI.so" |
| #define | GetProcAddress dlsym |
Typedefs | |
| typedef int(MNCAPI_CALL_API * | MNCAPI_OPEN_HOST_FN) (enum mncapi_stream_t, const char *, int) |
| typedef int(MNCAPI_CALL_API * | MNCAPI_SAMPLE_FN) (int, float *, int) |
| typedef void(MNCAPI_CALL_API * | MNCAPI_CLOSE_FN) (int) |
| typedef Sampler | sampler_type |
Enumerations | |
| enum | mncapi_error_t { MNCAPI_FAILURE = 0, MNCAPI_SUCCESS = 1 } |
| enum | mncapi_stream_t { MNCAPI_PREVIEW = 1, MNCAPI_SENSOR = 2, MNCAPI_RAW = 3 } |
| #define GetProcAddress dlsym |
Definition at line 91 of file vrpn_Tracker_MotionNode.C.
| #define MNCAPI_CALL_API |
Definition at line 55 of file vrpn_Tracker_MotionNode.C.
| #define MNCAPI_IMPORT_API |
Definition at line 54 of file vrpn_Tracker_MotionNode.C.
| #define MNCAPI_PREVIEW_SIZE (14) |
Definition at line 60 of file vrpn_Tracker_MotionNode.C.
| #define MOTION_C_API_LIBRARY "libMotionCAPI.so" |
Definition at line 89 of file vrpn_Tracker_MotionNode.C.
| typedef void(MNCAPI_CALL_API * MNCAPI_CLOSE_FN) (int) |
Definition at line 96 of file vrpn_Tracker_MotionNode.C.
| typedef int(MNCAPI_CALL_API * MNCAPI_OPEN_HOST_FN) (enum mncapi_stream_t, const char *, int) |
Definition at line 94 of file vrpn_Tracker_MotionNode.C.
| typedef int(MNCAPI_CALL_API * MNCAPI_SAMPLE_FN) (int, float *, int) |
Definition at line 95 of file vrpn_Tracker_MotionNode.C.
| typedef Sampler sampler_type |
Definition at line 127 of file vrpn_Tracker_MotionNode.C.
| enum mncapi_error_t |
| Enumerator | |
|---|---|
| MNCAPI_FAILURE | |
| MNCAPI_SUCCESS | |
Definition at line 62 of file vrpn_Tracker_MotionNode.C.
| enum mncapi_stream_t |
| Enumerator | |
|---|---|
| MNCAPI_PREVIEW | |
| MNCAPI_SENSOR | |
| MNCAPI_RAW | |
Definition at line 67 of file vrpn_Tracker_MotionNode.C.