A B C D G I S 

A

addData(Object[]) - Method in class dulRadio.Board
Adds data to the sensor board and makes sure that there are the correct amount of items in the lists.

B

Board - Class in dulRadio
 
Board(int) - Constructor for class dulRadio.Board
Constructor for a single sensor board

C

configShakeEvent(int, int, int, int) - Method in class dulRadio.Board
Configure when a shake is registered
configShakeEvent(int, int, int, int, int) - Method in class dulRadio.DULRadio
Configure when a shake is registered

D

dispose() - Method in class dulRadio.DULRadio
Closes the serial connection when the parent PApplet closes
dulRadio - package dulRadio
 
DULRadio - Class in dulRadio
 
DULRadio(PApplet, String, int, int) - Constructor for class dulRadio.DULRadio
Initialize interaction with DUL Radio
DULRadio(PApplet, String) - Constructor for class dulRadio.DULRadio
Simple initialize
DULRadio.SerialProxy - Class in dulRadio
We need a class descended from PApplet so that we can override the serialEvent() method to capture serial data.
DULRadio.SerialProxy() - Constructor for class dulRadio.DULRadio.SerialProxy
Create the container for the registered dispose() methods, so that our Serial instance can register its dispose() method (which it does automatically).

G

getCurrentData() - Method in class dulRadio.Board
 
getCurrentData(int) - Method in class dulRadio.DULRadio
 
getID() - Method in class dulRadio.Board
 
getState() - Method in class dulRadio.Board
 
getState(int) - Method in class dulRadio.DULRadio
 
getTiltPosition() - Method in class dulRadio.Board
Only possible to check x and z axes.
getTiltPosition(int) - Method in class dulRadio.DULRadio
 

I

isShaking() - Method in class dulRadio.Board
Checks if the DUL Radio is being shaken

S

serialEvent(Serial) - Method in class dulRadio.DULRadio.SerialProxy
Event called when there is serial data
setSmoothSamples(int) - Method in class dulRadio.Board
 
setSmoothSamples(int, int) - Method in class dulRadio.DULRadio
 
smoothValues() - Method in class dulRadio.Board
 
smoothValues(int) - Method in class dulRadio.DULRadio
 
A B C D G I S 

Processing library DULRadio by Lasse Steenbock Vestergaard. (C) 2011