Classes | Public Types | Public Attributes | Static Public Attributes

wiimote_state::ir Struct Reference

#include <wiimote_state.h>

Collaboration diagram for wiimote_state::ir:
Collaboration graph
[legend]

List of all members.

Classes

struct  dot

Public Types

enum  mode { OFF = 0x00, BASIC = 0x01, EXTENDED = 0x03, FULL = 0x05 }

Public Attributes

mode Mode
struct wiimote_state::ir::dot Dot [4]

Static Public Attributes

static const unsigned MAX_RAW_X = 1016
static const unsigned MAX_RAW_Y = 760

Detailed Description

Definition at line 109 of file wiimote_state.h.


Member Enumeration Documentation

Enumerator:
OFF 
BASIC 
EXTENDED 
FULL 

Definition at line 121 of file wiimote_state.h.

                        {
                        OFF                     = 0x00,
                        BASIC           = 0x01, // 10 bytes
                        EXTENDED        = 0x03, // 12 bytes
                        FULL            = 0x05, // 16 bytes * 2 (format unknown)
                        };

Member Data Documentation

const unsigned wiimote_state::ir::MAX_RAW_X = 1016 [static]

Definition at line 117 of file wiimote_state.h.

const unsigned wiimote_state::ir::MAX_RAW_Y = 760 [static]

Definition at line 118 of file wiimote_state.h.

Definition at line 129 of file wiimote_state.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines