vrecko
virtual reality framework
|
Functions | |
const char * | base_getPluginDescription (void) |
const char DP_EXPORT ** | base_getDeviceList (void) |
const char DP_EXPORT * | base_getDeviceDescription (const char *name) |
Device DP_EXPORT * | base_getDeviceInstance (const char *_name) |
void DP_EXPORT | base_setDevicesParameters (void) |
Variables | |
const char * | _base_plugin_name = { "base" } |
const char * | _base_device_name [] |
const char * | _base_device_description [] |
Device * | _new_device |
const char DP_EXPORT* base_getDeviceDescription | ( | const char * | name | ) |
Device DP_EXPORT* base_getDeviceInstance | ( | const char * | _name | ) |
const char DP_EXPORT** base_getDeviceList | ( | void | ) |
const char* base_getPluginDescription | ( | void | ) |
void DP_EXPORT base_setDevicesParameters | ( | void | ) |
const char* _base_device_description[] |
const char* _base_device_name[] |
const char* _base_plugin_name = { "base" } |
Device* _new_device |