view gpf/BIN/emw.ini @ 15:abe969a9b145

contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 06 Sep 2015 02:17:08 +0000
parents 509db1a7b7b8
children
line wrap: on
line source

<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Steve Farmwald (private) -->
<!--The values are case-insensitive-->
<EMW>
	<GuiDefinitionFile>..\cfg\emw_at_via_pco.xml</GuiDefinitionFile>
	<!--
		ProcessModel MUST be set to SingleProcess
		This is currently the only process model.
	-->
	<ProcessModel>SingleProcess</ProcessModel>
	<LoggerLimit>500</LoggerLimit>
	<!--
		BackendModel may be one of:
		- DSample
		- Simulation
		- SimulatePCO
	-->
	<!--
		<BackendModel>Simulation</BackendModel>
		<BackendModel>DSample</BackendModel>
		<BackendModel>SimulatePCO</BackendModel>
	-->
	<BackendModel>DSample</BackendModel>
	<!--
		SimulationInterval is only used when
		BackendModel = Simulation
	-->
	<SimulationInterval>500</SimulationInterval>
</EMW>