removing obsolete method previously used for estimating contiki's energy consumption
This commit is contained in:
parent
ef4881e8df
commit
b749a560cc
10 changed files with 10 additions and 50 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: DummyInterface.java,v 1.3 2009/05/26 14:34:43 fros4943 Exp $
|
||||
* $Id: DummyInterface.java,v 1.4 2010/02/05 08:44:34 fros4943 Exp $
|
||||
*/
|
||||
|
||||
import java.util.*;
|
||||
|
@ -94,10 +94,6 @@ public class DummyInterface extends MoteInterface implements ContikiMoteInterfac
|
|||
public void releaseInterfaceVisualizer(JPanel panel) {
|
||||
}
|
||||
|
||||
public double energyConsumption() {
|
||||
return 0; /* My total energy consumption is always zero */
|
||||
}
|
||||
|
||||
public Collection<Element> getConfigXML() {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue