Changeset 416 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java


Ignore:
Timestamp:
06/18/2019 10:56:55 AM (7 years ago)
Author:
jdalbey
Message:

Create new ExportAction?.java for Sim Mgr and a new client, CADlogDisplay that outputs to console the current CAD log every 10 seconds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/Coordinator.java

    r407 r416  
    9898     * The name of the file where the simulation clock time is written 
    9999     */ 
    100     private String kSimClockFilename = "webapps" +  
    101             System.getProperty("file.separator") + "dynamicdata" +  
    102             System.getProperty("file.separator") + "sim_elapsedtime.json";         
     100    private String kSimClockFilename; 
    103101    /** 
    104102     * Error logger. 
     
    125123     * Constructor. Call UnicastRemoteObject constructor and call 
    126124     * initializeSimulation. 
    127      * 
     125     * @param simTimeFilename name of the file where the simulation clock time is written 
    128126     * @throws RemoteException 
    129127     */ 
Note: See TracChangeset for help on using the changeset viewer.