WCONST 533 extra_lib/include/wiiuse.h WCONST int unid; /**< user specified id */ WCONST 536 extra_lib/include/wiiuse.h WCONST bdaddr_t bdaddr; /**< bt address */ WCONST 537 extra_lib/include/wiiuse.h WCONST char bdaddr_str[18]; /**< readable bt address */ WCONST 538 extra_lib/include/wiiuse.h WCONST int out_sock; /**< output socket */ WCONST 539 extra_lib/include/wiiuse.h WCONST int in_sock; /**< input socket */ WCONST 541 extra_lib/include/wiiuse.h WCONST HANDLE dev_handle; /**< HID handle */ WCONST 542 extra_lib/include/wiiuse.h WCONST OVERLAPPED hid_overlap; /**< overlap handle */ WCONST 543 extra_lib/include/wiiuse.h WCONST enum win_bt_stack_t stack; /**< type of bluetooth stack to use */ WCONST 544 extra_lib/include/wiiuse.h WCONST int timeout; /**< read timeout */ WCONST 545 extra_lib/include/wiiuse.h WCONST byte normal_timeout; /**< normal timeout */ WCONST 546 extra_lib/include/wiiuse.h WCONST byte exp_timeout; /**< timeout for expansion handshake */ WCONST 549 extra_lib/include/wiiuse.h WCONST int state; /**< various state flags */ WCONST 550 extra_lib/include/wiiuse.h WCONST byte leds; /**< currently lit leds */ WCONST 551 extra_lib/include/wiiuse.h WCONST float battery_level; /**< battery level */ WCONST 553 extra_lib/include/wiiuse.h WCONST int flags; /**< options flag */ WCONST 555 extra_lib/include/wiiuse.h WCONST byte handshake_state; /**< the state of the connection handshake */ WCONST 557 extra_lib/include/wiiuse.h WCONST struct read_req_t* read_req; /**< list of data read requests */ WCONST 558 extra_lib/include/wiiuse.h WCONST struct accel_t accel_calib; /**< wiimote accelerometer calibration */ WCONST 559 extra_lib/include/wiiuse.h WCONST struct expansion_t exp; /**< wiimote expansion device */ WCONST 561 extra_lib/include/wiiuse.h WCONST struct vec3b_t accel; /**< current raw acceleration data */ WCONST 562 extra_lib/include/wiiuse.h WCONST struct orient_t orient; /**< current orientation on each axis */ WCONST 563 extra_lib/include/wiiuse.h WCONST struct gforce_t gforce; /**< current gravity forces on each axis */ WCONST 565 extra_lib/include/wiiuse.h WCONST struct ir_t ir; /**< IR data */ WCONST 567 extra_lib/include/wiiuse.h WCONST unsigned short btns; /**< what buttons have just been pressed */ WCONST 568 extra_lib/include/wiiuse.h WCONST unsigned short btns_held; /**< what buttons are being held down */ WCONST 569 extra_lib/include/wiiuse.h WCONST unsigned short btns_released; /**< what buttons were just released this */ WCONST 571 extra_lib/include/wiiuse.h WCONST float orient_threshold; /**< threshold for orient to generate an event */ WCONST 572 extra_lib/include/wiiuse.h WCONST int accel_threshold; /**< threshold for accel to generate an event */ WCONST 574 extra_lib/include/wiiuse.h WCONST struct wiimote_state_t lstate; /**< last saved state */ WCONST 576 extra_lib/include/wiiuse.h WCONST WIIUSE_EVENT_TYPE event; /**< type of event that occured */ WCONST 577 extra_lib/include/wiiuse.h WCONST byte event_buf[MAX_PAYLOAD]; /**< event buffer */