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


Ignore:
Timestamp:
07/07/2019 11:13:00 AM (7 years ago)
Author:
jdalbey
Message:

CADlogDisplay updated. jar target added for CADlogDisplay. "Log Entries" changed to "CAD Log Entries" in Sim Mgr panel.

File:
1 edited

Legend:

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

    r416 r432  
    116116    private static SimulationManagerInterface simMgr = null; 
    117117    private static LinkedList<CADClientInterface> clientList; 
     118    /** 'database' of cad Data shared by all clients and the sim mgr */ 
    118119    private static CADData cadData; 
     120    /** The 'rolodex' of contact info */ 
    119121    private static CardfileData cardfileData; 
     122    /** The model for the state of the CAD Server */ 
    120123    private CADSimulatorState cadModel; 
    121124     
Note: See TracChangeset for help on using the changeset viewer.