Header. More...
#include <osvr/ClientKit/Export.h>#include <osvr/Util/APIBaseC.h>#include <osvr/Util/ReturnCodesC.h>#include <osvr/Util/AnnotationMacrosC.h>#include <osvr/Util/ClientOpaqueTypesC.h>#include <stddef.h>Go to the source code of this file.
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... | |