Package se.sics.mspsim.util

Examples of se.sics.mspsim.util.ComponentRegistry$ComponentEntry


  protected ELF elf;
  protected OperatingModeStatistics stats;


  public GenericNode(String id, MSP430Config config) {
    super(id, new MSP430(0, new ComponentRegistry(), config));
    this.cpu = (MSP430)super.cpu;
    this.registry = cpu.getRegistry();
  }
View Full Code Here

TOP

Related Classes of se.sics.mspsim.util.ComponentRegistry$ComponentEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.