Changeset 662 in tmcsimulator for trunk


Ignore:
Timestamp:
09/14/2022 03:24:10 PM (4 years ago)
Author:
jdalbey
Message:

config directory overhaul

Location:
trunk/config
Files:
1 added
7 deleted
3 edited
14 moved

Legend:

Unmodified
Added
Removed
  • trunk/config/application_properties.cfg

    r651 r662  
    11 
    22[Versions] 
    3 revision_number = 650 
     3revision_number = 660 
    44     
  • trunk/config/cad_client_config.properties

    r533 r662  
    1 # 
    2 #Wed Apr 05 13:48:05 PDT 2006 
     1# Config settings for CAD Clients  
     2 
    33CADPosition            = 2 
    44CADSimulatorHost       = 127.0.0.1 
  • trunk/config/cad_server.properties

    r573 r662  
     1# Configuration settings for the CAD Server 
     2#  
     3# CAD Server is started before any other subsystem in the TMCSim.  
     4# The filename of this file is specified as the default in CADServer.java. 
     5# The default can be overriden by specifying -DPROP_FILE= on the java command, 
     6# for example, by scripts in the bin folder. 
     7#  
     8# CADClientPort         : The port number to use for remote CAD Client connections. 
     9# CoordinatorRMIPort    : The port number to use for binding the Coordinator. 
     10# CMSDiversionXML       : The filepath for the xml file containing initialization data 
     11# for the Diversion "database."  
     12# AudioFileLocation     : The root directory path where audio files are accessed. 
     13# ParamicsProperties    : The filepath for the properties file to initialize the 
     14# ParamicsControlManager. 
     15# ATMSProperties        : The filepath for the properties file to initialize the 
     16# ATMSManager. 
     17# MediaProperties       : The filepath for the properties file to initialize the 
     18# MediaManager. 
     19# TrafficMgrProperties  : The filepath for the properties file to initialize the Traffic Manager. 
     20# ElapsedTimeFile       : The location where the Coordinator writes the simulation time, where it is accessed by other subsystems. 
     21# CADcommentsLog        : The location where the Coordinator writes the CAD comments log, where it is accessed by the Unified Logging system. 
     22# UserInterface         : The class that serves as the UI for the Server.  
     23 
     24UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
     25 
    126CADClientPort          = 4444  
    227CoordinatorRMIPort     = 4445  
    328CADRmiPort             = 4446 
     29AudioFileLocation      = Scenarios/Audio/ 
     30ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     31CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
    432CMSDiversionXML        = config/cmsdiversions.xml 
    5 AudioFileLocation      = Scenarios/Audio/ 
     33 
     34TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
     35MediaProperties        = config/cad_server_media.properties 
     36ParamicsProperties     = config/cad_server_paramics.properties 
     37ATMSProperties         = config/cad_server_atms.properties 
     38 
     39#Alternate text user interface for the CADServer 
    640#UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    7 UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    8 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    9 ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 MediaProperties        = config/cad_simulator_media_config.properties 
    11 TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
    12 # The location where the Coordinator writes the simulation time 
    13 ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    14 # The location where the Coordinator writes the CAD comments log 
    15 CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
     41 
  • trunk/config/cad_server_atms.properties

    r2 r662  
     1# Referenced in cad_server.properties 
    12ATMSHost = 192.168.251.27 
    23Username = atms_mgr 
  • trunk/config/cad_server_console.properties

    r573 r662  
     1# For testing, this config specifies the console (text-based) user interface 
     2# for the CAD Server.  Everything else is the same as the default config. 
     3 
     4UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
     5 
    16CADClientPort          = 4444  
    27CoordinatorRMIPort     = 4445  
    38CADRmiPort             = 4446 
     9AudioFileLocation      = Scenarios/Audio/ 
     10ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     11CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
    412CMSDiversionXML        = config/cmsdiversions.xml 
    5 AudioFileLocation      = Scenarios/Audio/ 
    6 #UserInterface          = tmcsim.cadsimulator.viewer.CADSimulatorViewer 
    7 UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    8 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    9 ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 MediaProperties        = config/cad_simulator_media_config.properties 
     13 
    1114TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
    12 # The location where the Coordinator writes the simulation time 
    13 ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    14 # The location where the Coordinator writes the CAD comments log 
    15 CADcommentsLog         = CADcomments.log 
     15MediaProperties        = config/cad_server_media.properties 
     16ParamicsProperties     = config/cad_server_paramics.properties 
     17ATMSProperties         = config/cad_server_atms.properties 
  • trunk/config/cad_server_defect118.properties

    r573 r662  
     1# CAD Server properties with a special traffic model for testing defect 118. 
     2 
     3TrafficMgrProperties   = config/traffic_model_config/defect118_config.properties 
     4 
    15CADClientPort          = 4444  
    26CoordinatorRMIPort     = 4445  
     
    48CMSDiversionXML        = config/cmsdiversions.xml 
    59AudioFileLocation      = Scenarios/Audio/ 
    6 #UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    710UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    8 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    9 ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 TrafficMgrProperties   = config/traffic_model_config/defect118_config.properties 
    11 MediaProperties        = config/cad_simulator_media_config.properties 
     11MediaProperties        = config/cad_server_media.properties 
     12ParamicsProperties     = config/cad_server_paramics.properties 
     13ATMSProperties         = config/cad_server_atms.propertie 
  • trunk/config/cad_server_media.properties

    r6 r662  
     1# Referenced in cad_server.properties 
    12#DVDPlayerXML           = config/dvdplayers.xml 
    23StillImagesXML         = config/stillimages.xml 
  • trunk/config/cad_server_paramics.properties

    r60 r662  
    11# This is IP address of Paramics PC in the ATL lab 
     2# Referenced in cad_server.properties 
     3 
    24#ParamicsCommHost       = 192.168.251.45 
    35# For development testing 
  • trunk/config/cad_server_practice.properties

    r573 r662  
    1 # CAD Server properties for Practice Session 
     1# CAD Server properties for Practice Scenario Session 
     2# This file is referenced by scripts in the bin folder. 
     3# Only the Traffic Mgr Property is different, as it specifies 
     4# the traffic events for the practice scenario 
     5 
     6TrafficMgrProperties   = config/traffic_model_config/practice.properties 
     7 
    28CADClientPort          = 4444  
    39CoordinatorRMIPort     = 4445  
     
    511CMSDiversionXML        = config/cmsdiversions.xml 
    612AudioFileLocation      = Scenarios/Audio/ 
    7 #UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    813UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    9 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    10 ATMSProperties         = config/cad_simulator_atms_config.properties 
    11 TrafficMgrProperties   = config/traffic_model_config/practice.properties 
    12 MediaProperties        = config/cad_simulator_media_config.properties 
    13 # The location where the Coordinator writes the simulation time 
     14MediaProperties        = config/cad_server_media.properties 
     15ParamicsProperties     = config/cad_server_paramics.properties 
     16ATMSProperties         = config/cad_server_atms.properties 
     17 
    1418ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    15 # The location where the Coordinator writes the CAD comments log 
    1619CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
  • trunk/config/cad_server_systest.properties

    r573 r662  
     1# For system testing, this config specifies a special traffic model. 
     2# Everything else is the same as the default config. 
     3# Referenced by: bin/systemstart_systest.bat and .sh 
     4 
     5TrafficMgrProperties   = config/traffic_model_config/systest.properties 
     6 
     7UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
     8 
    19CADClientPort          = 4444  
    210CoordinatorRMIPort     = 4445  
    311CADRmiPort             = 4446 
     12AudioFileLocation      = Scenarios/Audio/ 
     13ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
    415CMSDiversionXML        = config/cmsdiversions.xml 
    5 AudioFileLocation      = Scenarios/Audio/ 
    6 #UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    7 UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    8 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    9 ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 TrafficMgrProperties   = config/traffic_model_config/systest.properties 
    11 MediaProperties        = config/cad_simulator_media_config.properties 
    12 # The location where the Coordinator writes the simulation time 
    13 ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    14 # The location where the Coordinator writes the CAD comments log 
    15 CADcommentsLog         = CADcomments.log 
     16 
     17MediaProperties        = config/cad_server_media.properties 
     18ParamicsProperties     = config/cad_server_paramics.properties 
     19ATMSProperties         = config/cad_server_atms.properties 
     20 
  • trunk/config/sim_manager.properties

    r659 r662  
    1 CADSimulatorHost       = 127.0.0.1 
    2 CADSimulatorRMIPort    = 4445 
    3 ScenariosDir           = Scenarios 
     1# Configuration settings for the Simulation Manager 
     2# The properties file for the SimulationManager class contains the following 
     3# data. 
     4#  
     5# CADServerHost     : The IP address where the CAD Server is running.   
     6#                   : CADServer must be running before starting Sim Mgr 
     7# CADServerRMIPort  : The port to use for RMI connection.  This must match 
     8#                   : the port specified in CAD Server config "CoordinatorRMIPort" 
     9# ScenariosDir      : The directory where Scenario xml files are located. 
     10# FakeParamicsConnection: I don't know yet ... read the source code. 
     11 
     12 
     13CADServerHost       = 127.0.0.1 
     14CADServerRMIPort    = 4445 
     15ScenariosDir        = Scenarios 
    416FakeParamicsConnection = false 
  • trunk/config/test_trafficdriver.properties

    r196 r662  
     1# Properties for the ConsoleTrafficDriver application 
     2# Was used during development of highway model, may be obsolete now. 
     3# This file is referenced in tmcsim.highwaymodel.runtraffic.bash  
     4 
    15LDSFileName = config/vds_data/lds.txt 
    26LoopsFileName = config/vds_data/loop.txt 
     
    610FEPWriterHost = 192.168.251.46 
    711FEPWriterPort = 8080 
     12 
     13# Change to localhost for dev system 
     14#FEPWriterHost = localhost 
  • trunk/config/traffic_model_config/systest.properties

    r411 r662  
     1# Referencd by: cad_server_systest.properties 
     2 
    13#Highways_Map_File = config/vds_data/highways_triangle.txt 
    2 Highways_Map_File = config/vds_data/highways_fullmap.txt 
     4#Highways_Map_File = config/vds_data/highways_fullmap.txt 
     5Highways_Map_File = config/vds_data/postmile_coordinates.txt 
    36#Events_File = config/vds_data/single_event_55S.txt 
    47Events_File = config/vds_data/sample_data/systemtest_events.txt 
Note: See TracChangeset for help on using the changeset viewer.