Ignore:
Timestamp:
07/03/2016 07:27:17 AM (10 years ago)
Author:
jdalbey
Message:

ParamicsCommunicator?.java revised to simplify system testing

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/paramicscommunicator/ParamicsCommunicator.java

    r47 r52  
    5656 * @version $Date: 2009/04/17 16:27:46 $ $Revision: 1.7 
    5757 */ 
    58 public class PComm extends Observable implements Observer 
     58public class ParamicsCommunicator extends Observable implements Observer 
    5959{ 
    6060 
     
    136136     * file. 
    137137     */ 
    138     public PComm(String propertiesFile) 
     138    public ParamicsCommunicator(String propertiesFile) 
    139139    { 
    140140        writers = new TreeMap<String, ParamicsFileWriter>(); 
     
    558558            if (System.getProperty("PARAMICS_COMM_PROPERTIES") != null) 
    559559            { 
    560                 PComm pc = new PComm(System.getProperty("PARAMICS_COMM_PROPERTIES")); 
     560                ParamicsCommunicator pc = new ParamicsCommunicator(System.getProperty("PARAMICS_COMM_PROPERTIES")); 
    561561                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); 
    562562                theGUI = new ParamicsCommunicatorGUI(); 
Note: See TracChangeset for help on using the changeset viewer.