Changeset 662 in tmcsimulator for trunk/config/sim_manager.properties


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

config directory overhaul

File:
1 moved

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.