Package tcg.scada.sim.iecsim.scripter

Examples of tcg.scada.sim.iecsim.scripter.SharedScripter


   
    //running scripts
    scriptsInAction = new HashMap<String, Scripter>();

    //shared scripter for reaction script
    sharedScripter_ = new SharedScripter(this);
    reactionScriptDtm_ = new ReactionScriptDtm(this);
    //reactionScriptFrame_ = new ReactionScriptFrame(this);
   
    //tcp listen hosts
    primaryHost_ = new IecServer(this, true, primaryport_, 1, primaryDeviceId);
View Full Code Here

TOP

Related Classes of tcg.scada.sim.iecsim.scripter.SharedScripter

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.