29 #ifndef INCLUDED_ParametersC_h_GUID_9D762A31_83E5_47A2_7040_DBD786D9A79B 30 #define INCLUDED_ParametersC_h_GUID_9D762A31_83E5_47A2_7040_DBD786D9A79B 33 #include <osvr/ClientKit/Export.h> 57 OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode
70 OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode
72 char *buf,
size_t len);
Header declaring a type and values for simple C return codes.
Header declaring opaque types used by Client and ClientKit.
OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode osvrClientGetStringParameter(OSVR_ClientContext ctx, const char path[], char *buf, size_t len)
Get a string parameter associated with the given path.
Definition: ParametersC.cpp:49
Header providing basic C macros for defining API headers.
OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode osvrClientGetStringParameterLength(OSVR_ClientContext ctx, const char path[], size_t *len)
Get the length of a string parameter associated with the given path.
Definition: ParametersC.cpp:35
Definition: ClientContext.h:50
Header containing macros for source-level annotation.