wiiuse
Functions
os.h File Reference

Handles device I/O. More...

#include "wiiuse_internal.h"
Include dependency graph for os.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void wiiuse_init_platform_fields (struct wiimote_t *wm)
 
void wiiuse_cleanup_platform_fields (struct wiimote_t *wm)
 
int wiiuse_os_find (struct wiimote_t **wm, int max_wiimotes, int timeout)
 
int wiiuse_os_connect (struct wiimote_t **wm, int wiimotes)
 
void wiiuse_os_disconnect (struct wiimote_t *wm)
 
int wiiuse_os_poll (struct wiimote_t **wm, int wiimotes)
 
int wiiuse_os_read (struct wiimote_t *wm, byte *buf, int len)
 
int wiiuse_os_write (struct wiimote_t *wm, byte report_type, byte *buf, int len)
 
unsigned long wiiuse_os_ticks ()
 

Detailed Description

Handles device I/O.