Monado OpenXR Runtime
|
Communication structures for OpenGloves. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
interface | opengloves_communication_device |
Interface for a communication method. More... | |
Functions | |
static int | opengloves_communication_device_read (struct opengloves_communication_device *comm_dev, char *data, size_t size) |
static int | opengloves_communication_device_write (struct opengloves_communication_device *comm_dev, const char *data, size_t size) |
static void | opengloves_communication_device_destory (struct opengloves_communication_device *comm_dev) |
Communication structures for OpenGloves.