|
OSVR_JointClientOpts | osvrJointClientCreateOptions () |
| Creates an empty OSVR_JointClientOpts. More...
|
|
OSVR_ReturnCode | osvrJointClientOptionsAutoloadPlugins (OSVR_JointClientOpts opts) |
| Queues up the autoloading of plugins. More...
|
|
OSVR_ReturnCode | osvrJointClientOptionsLoadPlugin (OSVR_JointClientOpts opts, const char *pluginName) |
| Queues up the manual load of a plugin by name.
|
|
OSVR_ReturnCode | osvrJointClientOptionsInstantiateDriver (OSVR_JointClientOpts opts, const char *pluginName, const char *driverName, const char *params) |
| Queues up the manual instantiation of a plugin/driver by name with optional parameters (JSON).
|
|
OSVR_ReturnCode | osvrJointClientOptionsAddAlias (OSVR_JointClientOpts opts, const char *path, const char *source) |
| Queues up the manual addition of an alias to the path tree.
|
|
OSVR_ReturnCode | osvrJointClientOptionsAddAliases (OSVR_JointClientOpts opts, const char *aliases) |
| Queues up the manual addition of aliases specified in JSON to the path tree.
|
|
OSVR_ReturnCode | osvrJointClientOptionsAddString (OSVR_JointClientOpts opts, const char *path, const char *s) |
| Queues up the manual addition of a string element to the path tree.
|
|
OSVR_ReturnCode | osvrJointClientOptionsTriggerHardwareDetect (OSVR_JointClientOpts opts) |
| Queues up a trigger for hardware detection.
|
|
OSVR_ClientContext | osvrJointClientInit (const char applicationIdentifier[], OSVR_JointClientOpts opts) |
| Initialize the library, starting up a "joint" context that also contains a server. More...
|
|