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_PluginRegContext ctx, const char *name, OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initAsync(OSVR_PluginRegContext ctx, std::string const &name, OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initSync(OSVR_PluginRegContext ctx, const char *name, OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
initSync(OSVR_PluginRegContext ctx, std::string const &name, OSVR_DeviceInitOptions options=NULL) | osvr::pluginkit::DeviceToken | inline |
operator OSVR_DeviceToken() const | osvr::pluginkit::DeviceToken | inline |
registerUpdateCallback(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_MessageType msg, const char(&bytestream)[N]) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_MessageType msg, std::string const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_MessageType msg, std::vector< char > const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_TimeValue const ×tamp, OSVR_MessageType msg, const char *bytestream=NULL, size_t len=0) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_TimeValue const ×tamp, OSVR_MessageType msg, const char(&bytestream)[N]) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_TimeValue const ×tamp, OSVR_MessageType msg, std::string const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendData(OSVR_TimeValue const ×tamp, OSVR_MessageType msg, std::vector< char > const &bytestream) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(const char *json, size_t len) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(const char(&json)[N]) | osvr::pluginkit::DeviceToken | inline |
sendJsonDescriptor(std::string const &json) | osvr::pluginkit::DeviceToken | inline |