OSVR-Core
|
Implementation. More...
#include <osvr/ClientKit/InterfaceC.h>
#include <osvr/Common/ClientInterface.h>
#include <osvr/Common/ClientContext.h>
#include <osvr/Common/Tracing.h>
Functions | |
OSVR_ReturnCode | osvrClientGetInterface (OSVR_ClientContext ctx, const char path[], OSVR_ClientInterface *iface) |
Get the interface associated with the given path. More... | |
OSVR_ReturnCode | osvrClientFreeInterface (OSVR_ClientContext ctx, OSVR_ClientInterface iface) |
Free an interface object before context closure. More... | |
Implementation.