com.sentilla.platform.tmote
Class Cpu
java.lang.Object
com.sentilla.platform.tmote.Action
com.sentilla.platform.tmote.Cpu
- All Implemented Interfaces:
- Action, Cpu
public class Cpu
- extends Action
- implements Cpu
Provides access to features of the Tmote CPU.
Constructor Summary |
Cpu()
|
Cpu
public Cpu()
heapDump
public static void heapDump()
- for Sentilla internal use only
profileDump
public static void profileDump()
- for Sentilla internal use only
profileClear
public static void profileClear()
- for Sentilla internal use only
clearMimeoWatchdog
protected static void clearMimeoWatchdog(int password)
clearMimeoWatchdog
public static void clearMimeoWatchdog()
- Restart the Mimeo watchdog timer.
This is used internally by the Mimeo thread; there is no need for
user code to call this.
stopMimeoWatchdog
public static void stopMimeoWatchdog()
- stop the Mimeo watchdog timer.
The Mimeo watchdog will be disabled.
Use clearMimeoWatchdog() to restart the Mimeo watchdog.
This is used internally by Mimeo; there is no need for user code to
call this.
reboot
public void reboot()
- Specified by:
reboot
in interface Cpu
getCpuSeconds
public int getCpuSeconds()
- Specified by:
getCpuSeconds
in interface Cpu
Copyright © 2007 Sentilla Corporation. All Rights Reserved.