avrora.sim.platform
Interface Platform

All Known Implementing Classes:
Mica, Mica2

public interface Platform

The Platform interface represents both a microcontroller instance and the devices connected to it. These two things together describe a node and its capabilities.


Method Summary
 Microcontroller getMicrocontroller()
           
 

Method Detail

getMicrocontroller

public Microcontroller getMicrocontroller()