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)
 If we don't have this macro, we don't have any newer feature.
 
#define min(x, y)
 

Macro Definition Documentation

◆ min

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

Definition at line 47 of file vrpn_WiiMote.C.

Referenced by vrpn_Clipping_Analog_Server::setClipValues(), and vrpn_WiiMote::vrpn_WiiMote().

◆ WIIUSE_HAS_VERSION

#define WIIUSE_HAS_VERSION ( major,
minor,
patch )
Value:
false

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

Definition at line 20 of file vrpn_WiiMote.C.