A B C D E F G H I L M N P R S T V W

A

AbstractExtension - Class in motej
AbstractExtension() - Constructor for class motej.AbstractExtension
 
accelerometerChanged(AccelerometerEvent<T>) - Method in interface motej.event.AccelerometerListener
 
AccelerometerEvent<T> - Class in motej.event
AccelerometerEvent(T, int, int, int) - Constructor for class motej.event.AccelerometerEvent
 
AccelerometerListener<T> - Interface in motej.event
addAccelerometerListener(AccelerometerListener<Mote>) - Method in class motej.Mote
 
addCoreButtonListener(CoreButtonListener) - Method in class motej.Mote
 
addDataListener(DataListener) - Method in class motej.Mote
 
addDiscoveryListener(DiscoveryListener) - Method in class motej.MoteFinder
 
addExtensionListener(ExtensionListener) - Method in class motej.Mote
 
addIrCameraListener(IrCameraListener) - Method in class motej.Mote
 
addMoteDisconnectedListener(MoteDisconnectedListener<Mote>) - Method in class motej.Mote
 
addMoteFinderListener(MoteFinderListener) - Method in class motej.MoteFinder
 
addStatusInformationListener(StatusInformationListener) - Method in class motej.Mote
 

B

block1() - Method in enum motej.IrCameraSensitivity
 
block2() - Method in enum motej.IrCameraSensitivity
 
BUTTON_A - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_B - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_HOME - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_MINUS - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_ONE - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_PLUS - Static variable in class motej.event.CoreButtonEvent
 
BUTTON_TWO - Static variable in class motej.event.CoreButtonEvent
 
buttonPressed(CoreButtonEvent) - Method in interface motej.event.CoreButtonListener
 

C

CalibrationDataReport - Class in motej
Calibration data for the onboard accelerometer (as stored in the Wiimote's memory, starting at address 0x16 and repeated at 0x20).
CalibrationDataReport(int, int, int, int, int, int) - Constructor for class motej.CalibrationDataReport
 
CalibrationDataRequest - Class in motej.request
Requests a memory report (0x21) containing calibration data (starting at 0x20)
CalibrationDataRequest() - Constructor for class motej.request.CalibrationDataRequest
 
CoreButtonEvent - Class in motej.event
CoreButtonEvent(Mote, int) - Constructor for class motej.event.CoreButtonEvent
 
CoreButtonListener - Interface in motej.event

D

D_PAD_DOWN - Static variable in class motej.event.CoreButtonEvent
 
D_PAD_LEFT - Static variable in class motej.event.CoreButtonEvent
 
D_PAD_RIGHT - Static variable in class motej.event.CoreButtonEvent
 
D_PAD_UP - Static variable in class motej.event.CoreButtonEvent
 
DATA_REPORT_0x20 - Static variable in class motej.request.ReportModeRequest
Status Information
DATA_REPORT_0x21 - Static variable in class motej.request.ReportModeRequest
Answer report to read data command (0x17)
DATA_REPORT_0x30 - Static variable in class motej.request.ReportModeRequest
Core Buttons
DATA_REPORT_0x31 - Static variable in class motej.request.ReportModeRequest
Core Buttons and Accelerometer
DATA_REPORT_0x32 - Static variable in class motej.request.ReportModeRequest
Core Buttons with 8 Extension bytes
DATA_REPORT_0x33 - Static variable in class motej.request.ReportModeRequest
Core Buttons and Accelerometer with 12 IR bytes
DATA_REPORT_0x34 - Static variable in class motej.request.ReportModeRequest
Core Buttons with 19 Extension bytes
DATA_REPORT_0x35 - Static variable in class motej.request.ReportModeRequest
Core Buttons and Accelerometer with 16 Extension Bytes
DATA_REPORT_0x36 - Static variable in class motej.request.ReportModeRequest
Core Buttons with 10 IR bytes and 9 Extension Bytes
DATA_REPORT_0x37 - Static variable in class motej.request.ReportModeRequest
Core Buttons and Accelerometer with 10 IR bytes and 6 Extension Bytes
DATA_REPORT_0x3d - Static variable in class motej.request.ReportModeRequest
21 Extension Bytes
DATA_REPORT_0x3e - Static variable in class motej.request.ReportModeRequest
Interleaved Core Buttons and Accelerometer with 36 IR bytes
DATA_REPORT_0x3f - Static variable in class motej.request.ReportModeRequest
Interleaved Core Buttons and Accelerometer with 36 IR bytes
DataEvent - Class in motej.event
DataEvent(byte[], byte[], int) - Constructor for class motej.event.DataEvent
 
DataListener - Interface in motej.event
dataRead(DataEvent) - Method in interface motej.event.DataListener
 
decrypt(byte[]) - Method in class motej.AbstractExtension
 
disableIrCamera() - Method in class motej.Mote
 
disconnect() - Method in class motej.Mote
 

E

enableIrCamera() - Method in class motej.Mote
Enables the IR Camera in basic mode with Marcan sensitivity.
enableIrCamera(IrCameraMode, IrCameraSensitivity) - Method in class motej.Mote
 
equals(Object) - Method in class motej.IrPoint
 
equals(Object) - Method in class motej.Mote
 
Extension - Interface in motej
extensionConnected(ExtensionEvent) - Method in interface motej.event.ExtensionListener
 
extensionDisconnected(ExtensionEvent) - Method in interface motej.event.ExtensionListener
 
ExtensionEvent - Class in motej.event
ExtensionEvent(Mote) - Constructor for class motej.event.ExtensionEvent
 
ExtensionEvent(Mote, Extension) - Constructor for class motej.event.ExtensionEvent
 
ExtensionListener - Interface in motej.event
ExtensionProvider - Class in motej
ExtensionProvider() - Constructor for class motej.ExtensionProvider
 

F

fireAccelerometerEvent(int, int, int) - Method in class motej.Mote
 
fireCoreButtonEvent(int) - Method in class motej.Mote
 
fireExtensionConnectedEvent() - Method in class motej.Mote
 
fireExtensionDisconnectedEvent() - Method in class motej.Mote
 
fireIrCameraEvent(IrCameraMode, IrPoint, IrPoint, IrPoint, IrPoint) - Method in class motej.Mote
 
fireMoteDisconnectedEvent() - Method in class motej.Mote
 
fireMoteFound(Mote) - Method in class motej.MoteFinder
 
fireReadDataEvent(byte[], byte[], int) - Method in class motej.Mote
 
fireStatusInformationChangedEvent(StatusInformationReport) - Method in class motej.Mote
 

G

getAddress() - Method in class motej.event.DataEvent
 
getBatteryLevel() - Method in class motej.StatusInformationReport
The current battery level.
getBluetoothAddress() - Method in class motej.Mote
 
getButton() - Method in class motej.event.CoreButtonEvent
 
getBytes() - Method in interface motej.request.MoteRequest
 
getBytes() - Method in class motej.request.PlayerLedRequest
 
getBytes() - Method in class motej.request.RawByteRequest
 
getBytes() - Method in class motej.request.ReadMemoryRequest
 
getBytes() - Method in class motej.request.ReadRegisterRequest
 
getBytes() - Method in class motej.request.ReportModeRequest
 
getBytes() - Method in class motej.request.RumbleRequest
 
getBytes() - Method in class motej.request.StatusInformationRequest
 
getBytes() - Method in class motej.request.WriteRegisterRequest
 
getCalibrationDataReport() - Method in class motej.Mote
 
getError() - Method in class motej.event.DataEvent
 
getExtension() - Method in class motej.event.ExtensionEvent
 
getExtension(byte[]) - Method in class motej.ExtensionProvider
 
getExtension() - Method in class motej.Mote
 
getGravityX() - Method in class motej.CalibrationDataReport
Calibrated force of gravity for the accelerometers X axis.
getGravityY() - Method in class motej.CalibrationDataReport
Calibrated force of gravity for the accelerometers Y axis.
getGravityZ() - Method in class motej.CalibrationDataReport
Calibrated force of gravity for the accelerometers Z axis.
getIntensity() - Method in class motej.IrPoint
 
getIrPoint(int) - Method in class motej.event.IrCameraEvent
 
getLedByte() - Method in class motej.request.PlayerLedRequest
 
getLedEnabled() - Method in class motej.StatusInformationReport
The currently lid LEDs
getMax() - Method in class motej.IrPoint
 
getMillis() - Method in class motej.request.RumbleRequest
 
getMin() - Method in class motej.IrPoint
 
getMode() - Method in class motej.event.IrCameraEvent
 
getMoteFinder() - Static method in class motej.MoteFinder
Returns the WiimoteFinder instance.
getPayload() - Method in class motej.event.DataEvent
 
getSize() - Method in class motej.IrPoint
 
getSource() - Method in class motej.event.AccelerometerEvent
 
getSource() - Method in class motej.event.CoreButtonEvent
 
getSource() - Method in class motej.event.ExtensionEvent
 
getSource() - Method in class motej.event.IrCameraEvent
 
getSource() - Method in class motej.event.MoteDisconnectedEvent
 
getStatusInformationReport() - Method in class motej.Mote
 
getStopRumbleBytes(byte) - Static method in class motej.request.RumbleRequest
 
getX() - Method in class motej.event.AccelerometerEvent
 
getY() - Method in class motej.event.AccelerometerEvent
 
getZ() - Method in class motej.event.AccelerometerEvent
 
getZeroX() - Method in class motej.CalibrationDataReport
Calibrated zero offsets for the accelerometers X axis.
getZeroY() - Method in class motej.CalibrationDataReport
Calibrated zero offsets for the accelerometers Y axis.
getZeroZ() - Method in class motej.CalibrationDataReport
Calibrated zero offsets for the accelerometers Z axis.

H

hashCode() - Method in class motej.IrPoint
 
hashCode() - Method in class motej.Mote
 

I

initialize() - Method in interface motej.Extension
 
intensity - Variable in class motej.IrPoint
 
IrCameraEvent - Class in motej.event
IrCameraEvent(Mote, IrCameraMode, IrPoint, IrPoint, IrPoint, IrPoint) - Constructor for class motej.event.IrCameraEvent
 
IrCameraListener - Interface in motej.event
IrCameraMode - Enum in motej
IrCameraSensitivity - Enum in motej
irImageChanged(IrCameraEvent) - Method in interface motej.event.IrCameraListener
 
IrPoint - Class in motej
IrPoint() - Constructor for class motej.IrPoint
 
IrPoint(int, int) - Constructor for class motej.IrPoint
 
IrPoint(int, int, int) - Constructor for class motej.IrPoint
 
IrPoint(int, int, int, int, int, int, int, int) - Constructor for class motej.IrPoint
 
IrPoint(int, int, int, Point, Point, int) - Constructor for class motej.IrPoint
 
IrPoint(IrPoint) - Constructor for class motej.IrPoint
 
isButtonAPressed() - Method in class motej.event.CoreButtonEvent
 
isButtonBPressed() - Method in class motej.event.CoreButtonEvent
 
isButtonHomePressed() - Method in class motej.event.CoreButtonEvent
 
isButtonMinusPressed() - Method in class motej.event.CoreButtonEvent
 
isButtonOnePressed() - Method in class motej.event.CoreButtonEvent
 
isButtonPlusPressed() - Method in class motej.event.CoreButtonEvent
 
isButtonTwoPressed() - Method in class motej.event.CoreButtonEvent
 
isContinuousReportingEnabled() - Method in class motej.StatusInformationReport
True, if continuous reporting is enabled.
isDPadDownPressed() - Method in class motej.event.CoreButtonEvent
 
isDPadLeftPressed() - Method in class motej.event.CoreButtonEvent
 
isDPadRightPressed() - Method in class motej.event.CoreButtonEvent
 
isDPadUpPressed() - Method in class motej.event.CoreButtonEvent
 
isExtensionConnected() - Method in class motej.event.ExtensionEvent
 
isExtensionControllerConnected() - Method in class motej.StatusInformationReport
True, if an extension controller is connected.
isNoButtonPressed() - Method in class motej.event.CoreButtonEvent
 
isSpeakerEnabled() - Method in class motej.StatusInformationReport
True, if the speaker is enabled.

L

ledByte - Variable in class motej.request.PlayerLedRequest
 
listener - Variable in class motej.MoteFinder
 

M

max - Variable in class motej.IrPoint
 
millis - Variable in class motej.request.RumbleRequest
 
min - Variable in class motej.IrPoint
 
modeAsByte() - Method in enum motej.IrCameraMode
 
Mote - Class in motej
Mote(String) - Constructor for class motej.Mote
 
moteDisconnected(MoteDisconnectedEvent<T>) - Method in interface motej.event.MoteDisconnectedListener
 
MoteDisconnectedEvent<T> - Class in motej.event
MoteDisconnectedEvent(T) - Constructor for class motej.event.MoteDisconnectedEvent
 
MoteDisconnectedListener<T> - Interface in motej.event
MoteFinder - Class in motej
MoteFinderListener - Interface in motej
moteFound(Mote) - Method in interface motej.MoteFinderListener
 
motej - package motej
 
motej.event - package motej.event
 
motej.request - package motej.request
 
MoteRequest - Interface in motej.request

N

NO_BUTTON - Static variable in class motej.event.CoreButtonEvent
 

P

parseExtensionData(byte[]) - Method in interface motej.Extension
 
PlayerLedRequest - Class in motej.request
PlayerLedRequest(boolean[]) - Constructor for class motej.request.PlayerLedRequest
 

R

RawByteRequest - Class in motej.request
RawByteRequest(byte[]) - Constructor for class motej.request.RawByteRequest
 
ReadMemoryRequest - Class in motej.request
ReadMemoryRequest(byte[], byte[]) - Constructor for class motej.request.ReadMemoryRequest
 
ReadRegisterRequest - Class in motej.request
ReadRegisterRequest(byte[], byte[]) - Constructor for class motej.request.ReadRegisterRequest
 
readRegisters(byte[], byte[]) - Method in class motej.Mote
 
remoteMoteDisconnectedListener(MoteDisconnectedListener<Mote>) - Method in class motej.Mote
 
removeAccelerometerListener(AccelerometerListener<Mote>) - Method in class motej.Mote
 
removeCoreButtonListener(CoreButtonListener) - Method in class motej.Mote
 
removeDataListener(DataListener) - Method in class motej.Mote
 
removeDiscoveryListener(DiscoveryListener) - Method in class motej.MoteFinder
 
removeExtensionListener(ExtensionListener) - Method in class motej.Mote
 
removeIrCameraListener(IrCameraListener) - Method in class motej.Mote
 
removeMoteFinderListener(MoteFinderListener) - Method in class motej.MoteFinder
 
removeStatusInformationListener(StatusInformationListener) - Method in class motej.Mote
 
ReportModeRequest - Class in motej.request
Requests a specific DataReport mode.
ReportModeRequest(byte) - Constructor for class motej.request.ReportModeRequest
 
ReportModeRequest(byte, boolean) - Constructor for class motej.request.ReportModeRequest
 
requestStatusInformation() - Method in class motej.Mote
 
rumble(long) - Method in class motej.Mote
 
RumbleRequest - Class in motej.request
RumbleRequest(long) - Constructor for class motej.request.RumbleRequest
 

S

setIntensity(int) - Method in class motej.IrPoint
 
setLedByte(byte) - Method in class motej.request.RumbleRequest
 
setMax(Point) - Method in class motej.IrPoint
 
setMin(Point) - Method in class motej.IrPoint
 
setMote(Mote) - Method in interface motej.Extension
 
setPlayerLeds(boolean[]) - Method in class motej.Mote
 
setReportMode(byte) - Method in class motej.Mote
 
setReportMode(byte, boolean) - Method in class motej.Mote
 
setSize(int) - Method in class motej.IrPoint
 
size - Variable in class motej.IrPoint
 
startDiscovery() - Method in class motej.MoteFinder
 
StatusInformationListener - Interface in motej.event
statusInformationReceived(StatusInformationReport) - Method in interface motej.event.StatusInformationListener
 
StatusInformationReport - Class in motej
Status information as reported by the wiimote.
StatusInformationReport(boolean[], boolean, boolean, boolean, byte) - Constructor for class motej.StatusInformationReport
 
StatusInformationRequest - Class in motej.request
StatusInformationRequest() - Constructor for class motej.request.StatusInformationRequest
 
stopDiscovery() - Method in class motej.MoteFinder
 

T

toString() - Method in class motej.CalibrationDataReport
 
toString() - Method in class motej.Mote
 
toString() - Method in class motej.StatusInformationReport
 

V

valueOf(String) - Static method in enum motej.IrCameraMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum motej.IrCameraSensitivity
Returns the enum constant of this type with the specified name.
values() - Static method in enum motej.IrCameraMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum motej.IrCameraSensitivity
Returns an array containing the constants of this enum type, in the order they're declared.

W

WriteRegisterRequest - Class in motej.request
WriteRegisterRequest(byte[], byte[]) - Constructor for class motej.request.WriteRegisterRequest
 
writeRegisters(byte[], byte[]) - Method in class motej.Mote
 

A B C D E F G H I L M N P R S T V W

Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.