Changeset 25 in tmcsimulator for trunk/src/tmcsim/paramicscommunicator/ParamicsCommunicator.java
- Timestamp:
- 04/26/2016 07:47:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/paramicscommunicator/ParamicsCommunicator.java
r6 r25 359 359 360 360 /** 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 the363 * paramics action is REGISTER, add a new ParamicsFileReader/Writer to the364 * local list of readers/writers and update the GUI with a FileRegUpdate365 * object. If the paramics action is UNREGISTER, remove the366 * ParamicsFileReader/Writer from the local list of readers/writers and367 * update the GUI with a FileRegUpdate object. If RESET is received, clear368 * 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. 369 369 * 370 370 * @param mess Received XML document message. … … 482 482 } catch (SocketTimeoutException ste) 483 483 { 484 System.out.println("...waiting ...");484 System.out.println("...waiting for socket connection from the CAD Simulator..."); 485 485 } catch (IOException ioe) 486 486 {
Note: See TracChangeset
for help on using the changeset viewer.
