resolves #171 - Added DmTx4kz100C1G controller to essentials and added config values to instantiate it

This commit is contained in:
Trevor Payne
2020-05-12 09:46:35 -05:00
parent 0705c412fb
commit 26eedb684a
3 changed files with 309 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
<Compile Include="Chassis\HdMdNxM4kEController.cs" />
<Compile Include="Endpoints\Receivers\DmRmc4kZ100CController.cs" />
<Compile Include="Endpoints\Receivers\DmRmc4kZScalerCController.cs" />
<Compile Include="Endpoints\Transmitters\DmTx4kz100Controller.cs" />
<Compile Include="Endpoints\Transmitters\TxInterfaces.cs" />
<Compile Include="IDmSwitch.cs" />
<Compile Include="Config\DmpsRoutingConfig.cs" />