avrora.sim.platform
Class DefaultPlatform

java.lang.Object
  extended byavrora.sim.platform.Platform
      extended byavrora.sim.platform.DefaultPlatform

public class DefaultPlatform
extends Platform

The DefaultPlatform class represents the simplest type of platform, a microcontroller with no externally connected devices. This makes it easier to instantiate bare microcontrollers (rather than doing backflips processing options elsewhere in the code).


Nested Class Summary
static class DefaultPlatform.Factory
          The DefaultPlatform.Factory class implements a factory for a default platform.
 
Field Summary
 int id
           
 
Fields inherited from class avrora.sim.platform.Platform
devices, mcu
 
Methods inherited from class avrora.sim.platform.Platform
addDevice, getDevice, getMicrocontroller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final int id