Monado OpenXR Runtime
opengloves_communication.h File Reference

Communication structures for OpenGloves. More...

#include <stdint.h>
#include <stddef.h>
Include dependency graph for opengloves_communication.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)
 

Detailed Description

Communication structures for OpenGloves.

Author
Daniel Willmott web@d.nosp@m.an-w.nosp@m..com