OSVR-Core
|
Implementation. More...
Functions | |
OSVR_ReturnCode | osvrClientGetStringParameterLength (OSVR_ClientContext ctx, const char path[], size_t *len) |
Get the length of a string parameter associated with the given path. More... | |
OSVR_ReturnCode | osvrClientGetStringParameter (OSVR_ClientContext ctx, const char path[], char *buf, size_t len) |
Get a string parameter associated with the given path. More... | |
Implementation.