src/guitar_hero_3.h File Reference

Guitar Hero 3 expansion device. More...

#include "wiiuse_internal.h"

Include dependency graph for guitar_hero_3.h:

This graph shows which files directly or indirectly include this file:


Defines

#define  GUITAR_HERO_3_JS_MIN_X   0xC5
#define  GUITAR_HERO_3_JS_MAX_X   0xFC
#define  GUITAR_HERO_3_JS_CENTER_X   0xE0
#define  GUITAR_HERO_3_JS_MIN_Y   0xC5
#define  GUITAR_HERO_3_JS_MAX_Y   0xFA
#define  GUITAR_HERO_3_JS_CENTER_Y   0xE0
#define  GUITAR_HERO_3_WHAMMY_BAR_MIN   0xEF
#define  GUITAR_HERO_3_WHAMMY_BAR_MAX   0xFA

Functions

int  guitar_hero_3_handshake (struct wiimote_t *wm, struct guitar_hero_3_t *gh3, byte *data, unsigned short len)
  Handle the handshake data from the guitar.
void  guitar_hero_3_disconnected (struct guitar_hero_3_t *gh3)
  The guitar disconnected.
void  guitar_hero_3_event (struct guitar_hero_3_t *gh3, byte *msg)
  Handle guitar event.

Detailed Description

Guitar Hero 3 expansion device.


Function Documentation

void guitar_hero_3_disconnected ( struct guitar_hero_3_t gh3  ) 

The guitar disconnected.

Parameters:
cc  A pointer to a classic_ctrl_t structure.

void guitar_hero_3_event ( struct guitar_hero_3_t gh3,
byte *  msg  
)

Handle guitar event.

Parameters:
cc  A pointer to a classic_ctrl_t structure.
msg  The message specified in the event packet.

int guitar_hero_3_handshake ( struct wiimote_t wm,
struct guitar_hero_3_t gh3,
byte *  data,
unsigned short  len  
)

Handle the handshake data from the guitar.

Parameters:
cc  A pointer to a classic_ctrl_t structure.
data  The data read in from the device.
len  The length of the data block, in bytes.
Returns:
Returns 1 if handshake was successful, 0 if not.


Generated on Wed Apr 2 19:30:09 2008 for wiiuse by  doxygen 1.5.4