source: tmcsimulator/trunk/src @ 197

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @197   9 years jdalbey Deleted ATMSBatchDriver from clients folder. This is now obsolete since …
(edit) @195   9 years jtorres FEPSim.h: changed buffer size. HighwaysParser?.cpp: began new condensed …
(edit) @194   9 years jdalbey TrafficModelEventDriver?: Clean up code and comments. Highways.java …
(edit) @193   9 years jdalbey TrafficModelManager?: Added extra config property to allow for specifying …
(edit) @191   9 years jdalbey Highways.java: Added toString() method. Station.java: Added …
(edit) @190   9 years jtorres vds_data/highways_fullmap.txt: removed lane num field, not necessary. …
(edit) @188   9 years jdalbey TrafficModelManager?.java: Now integrated into CAD Server. Passes smoke …
(edit) @187   9 years jdalbey TrafficModelManager?.java: Initial refactoring to put the traffic model as …
(edit) @186   9 years jtorres Highways.java, FEPLine.java, LoopDetector?.java, Station.java: reconfigured …
(edit) @185   9 years jtorres HighwaysTest?.java, LoadHighwaysTest?.java, LoadSadDotsTest?.java: configured …
(edit) @184   9 years jtorres highways.java: converted to immutable, removed use of FEPLineLoader and …
(edit) @183   9 years jdalbey ATMSBatchDriver.java Enhanced to automatically sort events chronologically …
(edit) @180   9 years jdalbey ATMSDriver.java Refactored for cleaner design. DotColor? enum moved to …
(edit) @179   9 years jdalbey ATMSrenumber.py added. Improve formatting.
(edit) @178   9 years jdalbey ATMSrenumber.py added. A crude python script for renumbering times in an …
(edit) @176   9 years jtorres Highways.java, LoopDetector?.java: updateByDirection() methods now take …
(edit) @174   9 years jtorres back to tinyxml.a
(edit) @172   9 years jtorres Cleaned config/vds_data folder, renamed files and moved all older vds data …
(edit) @171   9 years jtorres atmsBatchEvents.txt: new(er) progressive atmsBatchEvents.txt file
(edit) @170   9 years jtorres Full LDS data list now working
(edit) @168   9 years jdalbey Station.java Fix "OP" typo. ATMSBatchViewer Change panel width.
(edit) @162   9 years jtorres branches/atmsdata/: added the atms sql dump vds data
(edit) @161   9 years jdalbey Fix defect in comparison in applyColorToHighwayStretch
(edit) @159   9 years jtorres network.h: commented data structs, DataPacker?.h moved include to header …
(edit) @158   9 years jdalbey ATMSBatchDriver: Removed diagnostic output of ATMS time. build.xml fixed …
(edit) @157   9 years jdalbey ATMSBatchDriver: Added popup dialog to confirm proceeding if FEP Sim …
(edit) @156   9 years jtorres Fixed bug in NetworkReader?.cpp
(edit) @155   9 years jdalbey ConsoleDriver?: supply new constants for Yellow DotColor?.
(edit) @152   9 years jdalbey Coordinator.java: new method getATMStime added for use by …
(edit) @150   9 years jdalbey ConsoleDriver?: Removed writeToFEP call since it's now handled by thread …
(edit) @140   9 years jdalbey ATMSBatchDriver: Added comments to events file and changed range to …
(edit) @139   9 years jdalbey ConsoleDriver?: Changed range from int to double.
(edit) @136   9 years jtorres branches/SimpleFEPclient/ checking in SimpleFEPclient work, not currently …
(edit) @135   9 years jdalbey ATMSBatchDriver.java Implemented "clear incident" feature.
(edit) @129   9 years jdalbey ATMSBatchDriver.java Updated to add an incident field to each event and …
(edit) @128   9 years jdalbey ATMSBatchDriver.java Added a GUI to display event queue. Highways.java …
(edit) @127   9 years jdalbey Station.java Enhance DOTCOLOR enum to have volume and occupancy fields. …
(edit) @124   9 years jdalbey CADClientVew.java Changed to action when server drops to hard exit because …
(edit) @123   9 years jdalbey Multiple renaming of classes to improve clarity. Remove check for …
(edit) @121   9 years jdalbey ATMSBatchDriver.java Add thread to run writeToFEP() every 30 seconds.
(edit) @120   9 years jdalbey rename ATMSDriverClient to ATMSBatchDriver
(edit) @119   9 years jdalbey atmsdriver/ConsoleDriver.java Added properties file loading.
(edit) @118   9 years jtorres Highways.java: hardcoded ip to JD's laptop in writeToFep(). …
(edit) @114   9 years jtorres Updating FEPSimulator for JD's linux machine. Modified ATMS/Console Driver …
(edit) @112   9 years jdalbey ATMSDriverClient.java Enhanced data validation and additional logic to …
(edit) @110   9 years jdalbey atmsdriver/ConsoleDriver.java changed applyColorToHighwayStretch to …
(edit) @109   9 years jdalbey ATMSDriverClient.java Enhanced to call ConsoleDriver? methods to update …
(edit) @105   9 years jdalbey ATMSDriverClient.java Enhanced so it now syncs with Sim Mgr clock and …
(edit) @104   9 years jdalbey atmsdriver/ConsoleDriver.java Added a main method.
(edit) @103   9 years jtorres trunk/src/atmsdriver/ConsoleDriver.java: Created console driver for …
(edit) @102   9 years jdalbey ATMSDriverClient.java New skeleton for a CAD Client shell for ATMS …
(edit) @101   9 years jtorres ATMSDriver: added local configuration for ATMSDriver (for when the …
(edit) @97   9 years jdalbey ConsoleDriver?.java - pseudocode added.
(edit) @95   9 years jdalbey Highways.java: revised to compile with revised Highway.java class.
(edit) @94   9 years jdalbey Station.java: Clarify class header comment.
(edit) @93   9 years jdalbey Highway.java: Removed direction and made immutable
(edit) @92   9 years jdalbey Station.java: reformatted braces.
(edit) @90   9 years jdalbey Station.java - DIRECTION enum shortened by using existing enum methods …
(edit) @89   9 years jtorres trunk/test/atmsdriver/model/LoadHighwaysTest.java added test to ensure …
(edit) @88   9 years jtorres Created a Highway.java class with list of sorted stations (by postmile). …
(edit) @87   9 years jtorres merged branches/trunk into regular tmcsim/trunk. Changed Network.java to …
(edit) @84   9 years jtorres FEPSimulator.cpp: FEPSimulator socket server is now receiving full …
(edit) @79   9 years jtorres new atmsdriver package in trunk. fep_rpc_client dynamic data packing added …
(edit) @66   9 years jdalbey Import Paramics Simulator.
(edit) @65   9 years jdalbey CADData.java: Change error return value from null to new Incident()
(edit) @64   9 years jdalbey Renamed to ClockClient?, added build target for it.
(edit) @63   9 years jdalbey AssignedIncidents?, UnitStatus? add try-catch to prepareRenderer to handle …
(edit) @62   9 years jdalbey Clock Client version 1 done.
(edit) @61   9 years jdalbey CADClock development.
(edit) @59   9 years jdalbey Merge CAD Client updates for multiple incident view windows.
(edit) @58   9 years jdalbey CADClockView.java: change font
(edit) @57   9 years jdalbey Clock Client first draft
(edit) @56   9 years jdalbey build.xml fix svnversion, CADSimulatorClient fix err msg
(edit) @55   9 years jdalbey CADSimulatorClient.java: Clarify error message
(edit) @54   9 years jdalbey Coordinator.java: updates with error checking for bad input parameters, …
(edit) @53   9 years jdalbey Incident.java changed so server places new comments at TOP of comments …
(edit) @52   10 years jdalbey ParamicsCommunicator?.java revised to simplify system testing
(edit) @51   10 years jdalbey SoundPlayer?.java modified to use Jaco mp3player instead of obsolete Sun …
(edit) @50   10 years jdalbey ParamicsLogFileHandlerTest?.java: Revised to use CADSimulator so no log …
(edit) @49   10 years jdalbey CADSimulatorViewer.java Add log message for missing …
(edit) @47   10 years jdalbey Merge 305 modifications into trunk.
(edit) @44   10 years jdalbey MultiFile? commit: Add CADViewer Interface and change CADSimulator to …
(edit) @43   10 years jdalbey ExitAction?.java Remove confirmation prompt from exiting Sim Mgr. Enhance …
(edit) @41   10 years jdalbey Hack CAD Simulator and CAD Client to display Neil's custom Cardfile.xml.
(edit) @40   10 years jdalbey Remove some log messages from ParamicsFileReader? and Writer to address …
(edit) @38   10 years jdalbey CADMenu.java: changed default window close operation to EXIT.
(edit) @37   10 years bokumura Gets rid of the flashing black box when starting the client. (Legacy from …
(edit) @36   10 years dmiller Added Config Tab Window
(edit) @35   10 years jdalbey Removed ATMS synchronizing from Coordinator
(edit) @33   10 years bokumura Directory Restructure: All system properties have been deprecated and …
(edit) @29   10 years bokumura Changed the GUI so that readers and writers are in separate panels.
(edit) @27   10 years jdalbey Coordinator: added diagnostic log messages to startSimulation().
(edit) @26   10 years jdalbey CADSimulatorNetworkTest added, modifed ParamicsCommunicator? to check for a …
(edit) @25   10 years jdalbey ParamicsCommunicator?: added some diagnostic logging messages.
(edit) @24   10 years jdalbey CADSimulatorViewer - Add accelerator key to Exit menu item, and remove …
(edit) @20   10 years jdalbey build.xml: Fixed error in script: added needed libraries to …
(edit) @19   10 years jdalbey Add unit test for CADSimulator GUI
(edit) @16   10 years jdalbey Added SoundPlayerTest?, fixed defect in SoundPlayer?, update 18701.mp3 to a …
(edit) @14   10 years jdalbey Change config settings for paramics communicator logging to localhost for …
(edit) @11   10 years jdalbey Add unit test for IncidentHistoryPanel?
Note: See TracRevisionLog for help on using the revision log.