Package erjang.driver

Examples of erjang.driver.EFDDriverTask


      ESmall out = name3.elem3.testSmall();
     
      if (in == null || out == null) throw ERT.badarg(portName, portSetting);
     
      // log.finer("creating fd driver in="+in+"; out="+out);
      task = new EFDDriverTask(proc, in.value, out.value, portSetting);
     
    }

    if (task != null) {
      // link this proc and the driver task
View Full Code Here

TOP

Related Classes of erjang.driver.EFDDriverTask

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.