avrora.sim.platform
Class Seres

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

public class Seres
extends Platform

The Seres class is an implementation of the Platform interface that represents both a specific microcontroller and the devices connected to it.


Nested Class Summary
static class Seres.Factory
           
 
Field Summary
protected  PinConnect pinConnect
           
protected  Simulator sim
           
 
Fields inherited from class avrora.sim.platform.Platform
devices, mcu
 
Method Summary
protected  void addDevices()
          The addDevices() method is used to add the external (off-chip) devices to the platform.
 
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

sim

protected final Simulator sim

pinConnect

protected PinConnect pinConnect
Method Detail

addDevices

protected void addDevices()
The addDevices() method is used to add the external (off-chip) devices to the platform.