OSVR-Core
|
This is the complete list of members for osvr::pluginkit::DeviceToken, including all inherited members.
DeviceToken(OSVR_DeviceToken device) | osvr::pluginkit::DeviceToken | inline |
DeviceToken() | osvr::pluginkit::DeviceToken | inline |
initAsync(OSVR_IN_PTR OSVR_PluginRegContext ctx, OSVR_IN_STRZ const char *name, OSVR_IN_OPT OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initAsync(OSVR_IN_PTR OSVR_PluginRegContext ctx, OSVR_IN std::string const &name, OSVR_IN_OPT OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initSync(OSVR_IN_PTR OSVR_PluginRegContext ctx, OSVR_IN_STRZ const char *name, OSVR_IN_OPT OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initSync(OSVR_IN_PTR OSVR_PluginRegContext ctx, OSVR_IN std::string const &name, OSVR_IN_OPT OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
operator OSVR_DeviceToken() const | osvr::pluginkit::DeviceToken | inline |
registerUpdateCallback(OSVR_IN_PTR DeviceObjectType *object) | osvr::pluginkit::DeviceToken | inline |
send(InterfaceType &iface, MessageType const &msg, OSVR_TimeValue const ×tamp) | osvr::pluginkit::DeviceToken | inline |
send(InterfaceType &iface, MessageType const &msg) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN_READS(len) const char *bytestream=NULL, OSVR_IN size_t len=0) (defined in osvr::pluginkit::DeviceToken) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_MessageType msg, const char(&bytestream)[N]) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN std::string const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN std::vector< char > const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN OSVR_TimeValue const ×tamp, OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN_READS(len) const char *bytestream=NULL, OSVR_IN size_t len=0) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN OSVR_TimeValue const ×tamp, OSVR_MessageType msg, const char(&bytestream)[N]) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN OSVR_TimeValue const ×tamp, OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN std::string const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_IN OSVR_TimeValue const ×tamp, OSVR_IN_PTR OSVR_MessageType msg, OSVR_IN std::vector< char > const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(OSVR_IN_READS(len) const char *json, OSVR_IN size_t len) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(const char(&json)[N]) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(OSVR_IN std::string const &json) | osvr::pluginkit::DeviceToken | inline |