Uses of Interface
com.sentilla.system.Cpu

Packages that use Cpu
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
 

Uses of Cpu in com.sentilla.platform.tmote
 

Classes in com.sentilla.platform.tmote that implement Cpu
 class Cpu
          Provides access to features of the Tmote CPU.
 

Methods in com.sentilla.platform.tmote that return Cpu
 Cpu CpuDriver.newCpu()
           
 

Uses of Cpu in com.sentilla.system
 

Methods in com.sentilla.system that return Cpu
static Cpu CpuDriver.create()
          Create a new Cpu instance using "cpu" as the driver name.
static Cpu CpuDriver.create(String driver)
          Create a new Cpu instance using the given driver name.
abstract  Cpu CpuDriver.newCpu()
          Create a new Cpu instance.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.