source: tmcsimulator/branches @ 241

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @241   8 years jtorres branches/UMLDiagrams: added the StarUML tmc UML Diagrams project file - …
(edit) @238   8 years jtorres Renamed BatchBuilderGUI to TrafficEventsEditor?. Reconfigured GUI per JD's …
(edit) @237   8 years jtorres Added new package atmsdriver.batchbuilder. Includes BatchBuilderGUI, …
(edit) @236   8 years jtorres branches/uniques_lane_types/unique_lane_types_results.txt: copy/pasted …
(edit) @235   8 years jtorres branches/unique_lane_types: a quick n dirty python script which helps …
(edit) @233   8 years jtorres FEPSim: finalized comments, added to both header and source files.
(edit) @224   8 years jdalbey FEPSim.cpp Added a comment containing code to let ATMS server catch up.
(edit) @223   8 years jtorres FEPSim.cpp: added missing fsa.info.poll_time = time(NULL); to fep_reply in …
(edit) @222   8 years jtorres FEPSim.cpp: closing newsockfd (file descriptor) in while(1) loop, which …
(edit) @221   8 years jtorres FEPSim: fixed no matching function for call error message. Also, …
(edit) @219   8 years jtorres FEPSim.cpp: simplified line and station variable names in sendReplys() …
(edit) @218   8 years jtorres branches/FEPSimulator/HighwaysParser.cpp: garbage collection implemented. …
(edit) @217   8 years jtorres Implemented logging into FEPSimulator. Now logs output into FEPSimLog.txt. …
(edit) @216   9 years jtorres added ./buildLinuxVM, configured ./runFEPSim correctly, and added a quick …
(edit) @215   9 years jtorres FEPSim.cpp: removed a debugging cout
(edit) @214   9 years jtorres FEPSimulator config changes
(edit) @212   9 years jtorres branches/FEPSimulator/tests/HighwaysParserTest.cpp: Unit test for …
(edit) @209   9 years jtorres branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which …
(edit) @208   9 years jtorres LoadHighwaysTest?.java: ensured we are loading all loops
(edit) @205   9 years jtorres LoadHighwaysTest?.java: now passing. HighwaysParser?.cpp: added a bunch of …
(edit) @202   9 years jtorres Further progress on condensed format reader, not all green dots showing
(edit) @199   9 years jtorres updated HighwaysParser?.cpp, not done
(edit) @198   9 years jtorres Added missing HighwaysParser?.h file
(edit) @195   9 years jtorres FEPSim.h: changed buffer size. HighwaysParser?.cpp: began new condensed …
(edit) @190   9 years jtorres vds_data/highways_fullmap.txt: removed lane num field, not necessary. …
(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) @182   9 years jdalbey FEPSimulator: commit updated .h files and runFEPSim script
(edit) @177   9 years jdalbey FEPSim.cpp Clarify comments and variable names.
(edit) @174   9 years jtorres back to tinyxml.a
(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) @169   9 years jtorres branches/ExtendLDS/: java program that configures lds and loop data from …
(edit) @165   9 years jtorres green_dot now has datapacking implemented
(edit) @164   9 years jdalbey green_dot: Added README.TXT, removed lds_data folder
(edit) @163   9 years jtorres branches/atmsdata: added vds data from atms server sql dumps
(edit) @162   9 years jtorres branches/atmsdata/: added the atms sql dump vds data
(edit) @159   9 years jtorres network.h: commented data structs, DataPacker?.h moved include to header …
(edit) @156   9 years jtorres Fixed bug in NetworkReader?.cpp
(edit) @154   9 years jtorres LinuxBasicFEPClient: files are in folder, but build …
(edit) @153   9 years jtorres BasicFEPClient now showing single yellow dot
(edit) @151   9 years jtorres Cleaned up var names in network_factory.cpp
(edit) @148   9 years jdalbey FEP_SIM.cpp Changed diagnostic msgs
(edit) @146   9 years jtorres BasicFEPClient with SandCanyon? (white dot) data, note: does not work
(edit) @145   9 years jtorres BasicFEPClient is working for single green dot
(edit) @144   9 years jdalbey networkFile.txt deleted; we now use sockets instead.
(edit) @142   9 years jtorres JT checkpoint: saving work in BasicFEPClient before rearranging …
(edit) @141   9 years jdalbey FEPSim.cpp Removed 'Adding' msg. Added 'Verify network connection' in …
(edit) @138   9 years jtorres tmcsimulator/branches/green_dot/: added original simple green dot fep …
(edit) @137   9 years jtorres branches/FEPSimulator/DataPacker.cpp: Signaled unknowns with the phrase …
(edit) @136   9 years jtorres branches/SimpleFEPclient/ checking in SimpleFEPclient work, not currently …
(edit) @131   9 years jtorres branches/SimpleFEPClient added build for simple fep client
(edit) @117   9 years jtorres Uncommented dynamic data packing in DataPacker?.cpp -- this resolved the no …
(edit) @116   9 years jtorres Changed linker file in WorkingFEPSim
(edit) @115   9 years jtorres back to workingFEPSim, conflict errors
(edit) @114   9 years jtorres Updating FEPSimulator for JD's linux machine. Modified ATMS/Console Driver …
(edit) @113   9 years jtorres LinuxVM non-segfaulting FEPSimulator - checkpoint
(edit) @108   9 years jtorres updated workingFEPSimulator make config
(edit) @107   9 years jtorres Added branches/WorkingFEPSimulator: hopefully working, that is
(edit) @106   9 years jdalbey Adding branch SimpleFEPclient which is our tiny FEP client in C++ that …
(edit) @103   9 years jtorres trunk/src/atmsdriver/ConsoleDriver.java: Created console driver for …
(edit) @101   9 years jtorres ATMSDriver: added local configuration for ATMSDriver (for when the …
(edit) @100   9 years jtorres branches/FEPSimulator/Main.cpp: Added a cout to show FEP Simulator status …
(edit) @99   9 years jtorres branches/FEPSimulator/runFEPSim changed executable directory, wasn't …
(edit) @98   9 years jtorres branches/FEPSimulator/ : configured FEPSimulator to run, out of the box on …
(edit) @87   9 years jtorres merged branches/trunk into regular tmcsim/trunk. Changed Network.java to …
(edit) @86   9 years jtorres branches/FEPSimulator: updated and improved comments, added Main.cpp which …
(edit) @85   9 years jdalbey branches/trunk/test/atmsdriver/model/NetworkTest.java: Created a unit test …
(edit) @84   9 years jtorres FEPSimulator.cpp: FEPSimulator socket server is now receiving full …
(edit) @83   9 years jdalbey branches/trunk/ATMSDriver.java: Added comments and a few other minor code …
(edit) @82   9 years jtorres Added socket client to ATMSDriver. Added socket server to FEPSim
(edit) @81   9 years jdalbey branches: Delete ATMSDriver (it's been merged into trunk)
(edit) @80   9 years jtorres Renamed project. Renamed LDS_LOOP to STATION.
(edit) @79   9 years jtorres new atmsdriver package in trunk. fep_rpc_client dynamic data packing added …
(edit) @78   9 years jtorres All green dots are showing. This is a checkpoint before adding dynamic …
(edit) @77   9 years jtorres fep_rpc_client: NetworkReader? complete. All cpp code is commented and …
(edit) @76   9 years jtorres In network.java, LoopDetectorStation?.java and LoopDetector?.java, added …
(edit) @75   9 years jtorres Renamed fep_client_cpp to ATMSCommunicator, and upgraded it to cpp from …
(edit) @74   9 years jtorres network_factory.cpp: changed test data, successful green dot
(edit) @73   9 years jtorres changed some comments / housekeeping
(edit) @72   9 years jtorres added lds_data files, we are now dumping fep_reply to ATMS with real data
(edit) @71   9 years jtorres corrected compile errors, minor housekeeping
(edit) @70   9 years jtorres expanded client
(edit) @69   9 years jtorres checking in
(edit) @68   9 years jdalbey Add branches for fep client spike
(add) @1   10 years jdalbey Create initial folder structure
Note: See TracRevisionLog for help on using the revision log.