vrecko
virtual reality framework
|
#include "precompiled.h"
#include <string>
#include <vreckoDP/Kinect/DP_Kinect.h>
#include <vreckoDP/Kinect/Kinect.h>
Functions | |
const char * | getPluginDescription (void) |
const char DP_EXPORT ** | getDeviceList (void) |
const char DP_EXPORT * | getDeviceDescription (const char *name) |
Device DP_EXPORT * | getDeviceInstance (const char *_name) |
void DP_EXPORT | setDevicesParameters (void) |
Variables | |
const char * | _plugin_name = { "Kinect" } |
const char * | _device_name [] |
const char * | _device_description [] |
const char DP_EXPORT* getDeviceDescription | ( | const char * | name | ) |
Device DP_EXPORT* getDeviceInstance | ( | const char * | _name | ) |
const char DP_EXPORT** getDeviceList | ( | void | ) |
const char* getPluginDescription | ( | void | ) |
void DP_EXPORT setDevicesParameters | ( | void | ) |
const char* _device_description[] |
const char* _device_name[] |
const char* _plugin_name = { "Kinect" } |