Ignore:
Timestamp:
04/26/2016 07:47:31 AM (10 years ago)
Author:
jdalbey
Message:

ParamicsCommunicator?: added some diagnostic logging messages.

File:
1 edited

Legend:

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

    r6 r25  
    359359 
    360360    /** 
    361      * Perform the action represented in the received XML document message. 
    362      * First determine if the action is from a READER, WRITER, and RESET. If the 
    363      * paramics action is REGISTER, add a new ParamicsFileReader/Writer to the 
    364      * local list of readers/writers and update the GUI with a FileRegUpdate 
    365      * object. If the paramics action is UNREGISTER, remove the 
    366      * ParamicsFileReader/Writer from the local list of readers/writers and 
    367      * update the GUI with a FileRegUpdate object. If RESET is received, clear 
    368      * all readers and writers. 
     361     * Perform the action represented in XML document message received from the 
     362     * CAD Simulator. First determine if the action is from a READER, WRITER, 
     363     * and RESET. If the paramics action is REGISTER, add a new 
     364     * ParamicsFileReader/Writer to the local list of readers/writers and update 
     365     * the GUI with a FileRegUpdate object. If the paramics action is 
     366     * UNREGISTER, remove the ParamicsFileReader/Writer from the local list of 
     367     * readers/writers and update the GUI with a FileRegUpdate object. If RESET 
     368     * is received, clear all readers and writers. 
    369369     * 
    370370     * @param mess Received XML document message. 
     
    482482            } catch (SocketTimeoutException ste) 
    483483            { 
    484                 System.out.println("...waiting..."); 
     484                System.out.println("...waiting for socket connection from the CAD Simulator..."); 
    485485            } catch (IOException ioe) 
    486486            { 
Note: See TracChangeset for help on using the changeset viewer.