Namespaces |
namespace | wiimote::wiimoteConstants |
Variables |
int | wiimote::wiimoteConstants::_DEBUGLEVEL = 1 |
int | wiimote::wiimoteConstants::_MONITOR_LEVEL = 1 |
float | wiimote::wiimoteConstants::ACC_X_STDEV_THRESHOLD = 1.0 |
float | wiimote::wiimoteConstants::ACC_Y_STDEV_THRESHOLD = 1.0 |
float | wiimote::wiimoteConstants::ACC_Z_STDEV_THRESHOLD = 1.0 |
int | wiimote::wiimoteConstants::BATTERY_PERCENTAGE = 0 |
int | wiimote::wiimoteConstants::BATTERY_RAW = 1 |
int | wiimote::wiimoteConstants::BTN_1 = 0x0002 |
int | wiimote::wiimoteConstants::BTN_2 = 0x0001 |
int | wiimote::wiimoteConstants::BTN_A = 0x0008 |
int | wiimote::wiimoteConstants::BTN_B = 0x0004 |
int | wiimote::wiimoteConstants::BTN_C = 0x0002 |
int | wiimote::wiimoteConstants::BTN_DOWN = 0x0400 |
int | wiimote::wiimoteConstants::BTN_HOME = 0x0080 |
int | wiimote::wiimoteConstants::BTN_LEFT = 0x0100 |
int | wiimote::wiimoteConstants::BTN_MINUS = 0x0010 |
int | wiimote::wiimoteConstants::BTN_PLUS = 0x1000 |
int | wiimote::wiimoteConstants::BTN_RIGHT = 0x0200 |
int | wiimote::wiimoteConstants::BTN_UP = 0x0800 |
int | wiimote::wiimoteConstants::BTN_Z = 0x0001 |
| wiimote::wiimoteConstants::CALIBRATE_WITH_FAILED_CALIBRATION_DATA = False |
int | wiimote::wiimoteConstants::CLASSIC_BTN_A = 0x0010 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_B = 0x0040 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_DOWN = 0x4000 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_HOME = 0x0800 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_L = 0x2000 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_LEFT = 0x0002 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_MINUS = 0x1000 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_PLUS = 0x0400 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_R = 0x0200 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_RIGHT = 0x8000 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_UP = 0x0001 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_X = 0x0008 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_Y = 0x0020 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_ZL = 0x0080 |
int | wiimote::wiimoteConstants::CLASSIC_BTN_ZR = 0x0004 |
float | wiimote::wiimoteConstants::EARTH_GRAVITY = 9.80665 |
float | wiimote::wiimoteConstants::GYRO_SCALE_FACTOR = 0.001055997 |
float | wiimote::wiimoteConstants::GYRO_X_STDEV_THRESHOLD = 50.0 |
float | wiimote::wiimoteConstants::GYRO_Y_STDEV_THRESHOLD = 50.0 |
float | wiimote::wiimoteConstants::GYRO_Z_STDEV_THRESHOLD = 50.0 |
string | wiimote::wiimoteConstants::IR1 = 'ir1' |
string | wiimote::wiimoteConstants::IR2 = 'ir2' |
string | wiimote::wiimoteConstants::IR3 = 'ir3' |
string | wiimote::wiimoteConstants::IR4 = 'ir4' |
int | wiimote::wiimoteConstants::LED = 2 |
int | wiimote::wiimoteConstants::LED1_ON = 0x01 |
int | wiimote::wiimoteConstants::LED2_ON = 0x02 |
int | wiimote::wiimoteConstants::LED3_ON = 0x04 |
int | wiimote::wiimoteConstants::LED4_ON = 0x08 |
string | wiimote::wiimoteConstants::NORM_X = 'normX' |
string | wiimote::wiimoteConstants::NORM_Y = 'normY' |
string | wiimote::wiimoteConstants::NORM_Z = 'normZ' |
int | wiimote::wiimoteConstants::NUM_IR_SENSORS = 4 |
int | wiimote::wiimoteConstants::NUM_LEDS = 4 |
int | wiimote::wiimoteConstants::NUM_WARMUP_READINGS = 100 |
int | wiimote::wiimoteConstants::NUM_ZEROING_READINGS = 100 |
int | wiimote::wiimoteConstants::OUTLIER_STDEV_MULTIPLE = 3 |
int | wiimote::wiimoteConstants::PHI = 0 |
int | wiimote::wiimoteConstants::PSI = 2 |
int | wiimote::wiimoteConstants::RUMBLE = 1 |
int | wiimote::wiimoteConstants::SWITCH_OFF = 0 |
int | wiimote::wiimoteConstants::SWITCH_ON = 1 |
int | wiimote::wiimoteConstants::SWITCH_PULSE_PATTERN = 1 |
int | wiimote::wiimoteConstants::THETA = 1 |
tuple | wiimote::wiimoteConstants::THRESHOLDS_ARRAY |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_ACC = 2 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_BTN = 1 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_CLASSIC = 5 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_ERROR = 8 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_IR = 3 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_MOTIONPLUS = 7 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_NUNCHUK = 4 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_STATUS = 0 |
int | wiimote::wiimoteConstants::WII_MSG_TYPE_UNKNOWN = 9 |
int | wiimote::wiimoteConstants::X = 0 |
string | wiimote::wiimoteConstants::X_COORD = 'x' |
int | wiimote::wiimoteConstants::Y = 1 |
string | wiimote::wiimoteConstants::Y_COORD = 'y' |
int | wiimote::wiimoteConstants::Z = 2 |
string | wiimote::wiimoteConstants::Z_COORD = 'z' |