|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoteResult | |
lime.motes | |
moteaccess |
Uses of MoteResult in lime.motes |
Methods in lime.motes with parameters of type MoteResult | |
void |
MoteAgent.addData(MoteResult mr)
This is the call back method used by the underlying mote subsystem to return data. |
private void |
MoteAgent.buildAndOutDataTuples(MoteResult mr)
This method accepts as parameter the mote result from a reading of the sensor network and builds a tuple from it, outing the constructed tuple into the tuple space. |
void |
MoteAgent.addReactionData(MoteResult mr)
Method implementing the IMoteListener interface; it is called by the moteaccess when reaction data is produced. |
private void |
MoteAgent.buildAndOutReactionTuples(MoteResult mr)
This method plays the same role as the buildAndOutDataTuples for reaction data. |
private void |
MoteAgent.buildAndOutAggDataTuples(MoteResult mr)
|
private void |
MoteAgent.buildAndOutAggReactionTuples(MoteResult mr)
|
Uses of MoteResult in moteaccess |
Methods in moteaccess with parameters of type MoteResult | |
void |
MoteAccessTester.addData(MoteResult mr)
|
void |
MoteAccessTester.addReactionData(MoteResult mr)
|
void |
IMoteListener.addData(MoteResult mr)
This method is used to call back a listener returning the result of a read. |
void |
IMoteListener.addReactionData(MoteResult mr)
Used to call back a listener returning the result of a reaction fire. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |