lime.motes
Interface IMoteLimeTupleDecorator

All Known Implementing Classes:
TimeStampDecorator

public interface IMoteLimeTupleDecorator

Interface implemented by the user-defined classes that decorate the tuple, i.e. add a @see Decoration field in the last position of the TinyLime data tuple.

Version:
1.1
Author:
Carlo Curino, Matteo Giani, Marco Giorgetta, Alessandro Giusti

Method Summary
 lights.adapters.Tuple decorateTuple(lights.adapters.Tuple t)
          This function decorates the tuple, returning a new pointer to it.
 

Method Detail

decorateTuple

public lights.adapters.Tuple decorateTuple(lights.adapters.Tuple t)
This function decorates the tuple, returning a new pointer to it.

Parameters:
t - the tuple to be adorned.
Returns:
a reference to the modified tuple.