vrpn 07.35
Virtual Reality Peripheral Network
Loading...
Searching...
No Matches
vrpn_WiiMote.C File Reference
#include "vrpn_WiiMote.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string>
Include dependency graph for vrpn_WiiMote.C:

Go to the source code of this file.

Macros

#define WIIUSE_HAS_VERSION(major, minor, patch)   false
 If we don't have this macro, we don't have any newer feature.
 
#define min(x, y)   ((x)<(y)?(x):(y))
 

Macro Definition Documentation

◆ min

#define min (   x,
 
)    ((x)<(y)?(x):(y))

Definition at line 47 of file vrpn_WiiMote.C.

◆ WIIUSE_HAS_VERSION

#define WIIUSE_HAS_VERSION (   major,
  minor,
  patch 
)    false

If we don't have this macro, we don't have any newer feature.

Definition at line 20 of file vrpn_WiiMote.C.