|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectavrora.sim.mcu.Microcontrollers
The Microcontrollers
class represents a static, known mapping between names and
implementations of microcontroller models. For example, "atmega128l" is mapped to an instance of the
ATMega128L
class.
Constructor Summary | |
Microcontrollers()
|
Method Summary | |
static MicrocontrollerFactory |
getMicrocontroller(java.lang.String name)
The getMicrocontroller method retrieves an instance of the Microcontroller
interface that represents the named microcontroller. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Microcontrollers()
Method Detail |
public static MicrocontrollerFactory getMicrocontroller(java.lang.String name)
getMicrocontroller
method retrieves an instance of the Microcontroller
interface that represents the named microcontroller.
name
- the name of the microcontroller
Microcontroller
interface representing the hardware device if
implemented; null otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |