26 lines
883 B
XML
Executable File
26 lines
883 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scenario>
|
|
<Environment
|
|
OSName="Debian"
|
|
Version="11"
|
|
RTXVersion="preempt-rt"
|
|
CPUAffinity="0,1"
|
|
BaseFrequency="60"
|
|
WorkPath="/home/jin/MyCode/XNSim/Release/"
|
|
ModelsPath="Models/"
|
|
ServicesPath="Services/"
|
|
DomainID="10"
|
|
/>
|
|
<ConsoleOutput Debug="1" Info="1" Error="1" Warning="1" />
|
|
<Log Debug="0" Info="1" Error="1" Warning="1" />
|
|
<ModelGroup Name="本体模型组" FreqGroup="0" Priority="99" CPUAff="0">
|
|
<Model Name="ATA04气动模型" ClassName="XNAerodynamics" />
|
|
<Model Name="ATA04地面操纵模型" ClassName="XNGroundHandling" />
|
|
<Model Name="ATA04质量模型" ClassName="XNWeightBalance" />
|
|
<Model Name="ATA04数据处理模型" ClassName="XNATA04DataProcessor" />
|
|
</ModelGroup>
|
|
<ServicesList>
|
|
<Service Name="UDP通信服务" ClassName="XNUDPService" />
|
|
</ServicesList>
|
|
</Scenario>
|