Commit b53afded by 王永辉

选择预设项目,预设项目详情显示、隐藏

parent 2f916ffc
fba8dc5b9b837464b22019519439fe1b9f969740
b77ab2f7b49389b9182c7f81f043501dbd1f28bc
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\
VIZ.FGOUT.Common
none
false
......@@ -13,7 +13,7 @@ false
21870986562
31364711570
171121717210
171166775462
Themes\Generic.xaml;Widgets\FootballFieldPanel\FootballFieldPanel.xaml;
False
......
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Themes\Generic.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Widgets\FootballFieldPanel\FootballFieldPanel.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Themes\Generic.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Widgets\FootballFieldPanel\FootballFieldPanel.xaml;;
2adf7066a7150cc95852f050d7878737e179ab22
954a8f953ea0c9e58cbd7a4e88ffc6456f42311e
a374a7f17b3bff0c3c028efbfc085fc4a1015b5b
1565ec4cef60aa46d7212ff978cf49d7d3fe3743
......@@ -4,17 +4,17 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\
VIZ.FGOUT.Module.Resource
none
false
DEBUG;TRACE
16153409119
1470602451
11-350624472
24771590698
16498493296
1-1441241311
11-1602666439
23304678694
Style\Button\Button_NdiView.xaml;Style\Button\Button_Setting.xaml;Style\Button\Button_WindowTop.xaml;Style\CheckBox\CheckBox_NdiView.xaml;Style\CheckBox\CheckBox_Setting.xaml;Style\CheckBox\CheckBox_WindowTop.xaml;Style\ComboBox\ComboBox_Setting.xaml;Style\HotkeyBox\HotkeyBox_Setting.xaml;Style\MessageBox\MessageBoxEx.xaml;Style\RadioButton\RadioButton_FootballSide.xaml;Style\RadioButton\RadioButton_NdiView.xaml;Style\RadioButton\RadioButton_Setting.xaml;Style\Slider\Slider_Setting.xaml;Style\TextBox\TextBox_Setting.xaml;Themes\Generic.xaml;Toolkit\NumericUpDown\NumericUpDown.xaml;
False
True

FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\Themes\Generic.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\Themes\Generic.xaml;;
<UserControl x:Class="VIZ.FGOUT.Module.NDIMainView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
xmlns:fcore="clr-namespace:VIZ.Framework.Core;assembly=VIZ.Framework.Core"
xmlns:local="clr-namespace:VIZ.FGOUT.Module"
xmlns:fcommon="clr-namespace:VIZ.Framework.Common;assembly=VIZ.Framework.Common"
xmlns:domain="clr-namespace:VIZ.FGOUT.Domain;assembly=VIZ.FGOUT.Domain"
xmlns:resource="clr-namespace:VIZ.FGOUT.Module.Resource;assembly=VIZ.FGOUT.Module.Resource"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type=local:NDIMainViewModel}" Background="Transparent"
d:DesignHeight="1080" d:DesignWidth="1920">
<UserControl
x:Class="VIZ.FGOUT.Module.NDIMainView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:domain="clr-namespace:VIZ.FGOUT.Domain;assembly=VIZ.FGOUT.Domain"
xmlns:fcommon="clr-namespace:VIZ.Framework.Common;assembly=VIZ.Framework.Common"
xmlns:fcore="clr-namespace:VIZ.Framework.Core;assembly=VIZ.Framework.Core"
xmlns:local="clr-namespace:VIZ.FGOUT.Module"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:resource="clr-namespace:VIZ.FGOUT.Module.Resource;assembly=VIZ.FGOUT.Module.Resource"
d:DataContext="{d:DesignInstance Type=local:NDIMainViewModel}"
d:DesignHeight="1080"
d:DesignWidth="1920"
Background="Transparent"
mc:Ignorable="d">
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_WindowTop.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/CheckBox/CheckBox_WindowTop.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.Framework.Common.Resource;component/Style/Button/Button_WindowTop.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.Framework.Common.Resource;component/Style/ListBox/ListBox_None.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/CheckBox/CheckBox_Setting.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_WindowTop.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/CheckBox/CheckBox_WindowTop.xaml" />
<ResourceDictionary Source="/VIZ.Framework.Common.Resource;component/Style/Button/Button_WindowTop.xaml" />
<ResourceDictionary Source="/VIZ.Framework.Common.Resource;component/Style/ListBox/ListBox_None.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/CheckBox/CheckBox_Setting.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml" />
</ResourceDictionary.MergedDictionaries>
<fcore:ByteSizeConverter x:Key="ByteSizeConverter" InType="B" OutType="GB"></fcore:ByteSizeConverter>
<fcore:Bool2VisibilityConverter x:Key="Bool2VisibilityConverter"></fcore:Bool2VisibilityConverter>
<resource:ServiceFps2SolidBrushConverter x:Key="ServiceFps2SolidBrushConverter" WarningThreshold="20"
NormalBrush="#ffa5ef20" WarningBrush="#ffdaa605"></resource:ServiceFps2SolidBrushConverter>
<resource:ServiceFps2VisibilityConverter x:Key="ServiceFps2VisibilityConverter_Normal" WarningThreshold="20"
NormalVisibility="Visible" WarningVisibility="Collapsed"></resource:ServiceFps2VisibilityConverter>
<resource:ServiceFps2VisibilityConverter x:Key="ServiceFps2VisibilityConverter_Warning" WarningThreshold="20"
NormalVisibility="Collapsed" WarningVisibility="Visible"></resource:ServiceFps2VisibilityConverter>
<fcore:ByteSizeConverter
x:Key="ByteSizeConverter"
InType="B"
OutType="GB" />
<fcore:Bool2VisibilityConverter x:Key="Bool2VisibilityConverter" />
<resource:ServiceFps2SolidBrushConverter
x:Key="ServiceFps2SolidBrushConverter"
NormalBrush="#ffa5ef20"
WarningBrush="#ffdaa605"
WarningThreshold="20" />
<resource:ServiceFps2VisibilityConverter
x:Key="ServiceFps2VisibilityConverter_Normal"
NormalVisibility="Visible"
WarningThreshold="20"
WarningVisibility="Collapsed" />
<resource:ServiceFps2VisibilityConverter
x:Key="ServiceFps2VisibilityConverter_Warning"
NormalVisibility="Collapsed"
WarningThreshold="20"
WarningVisibility="Visible" />
</ResourceDictionary>
</UserControl.Resources>
......@@ -43,19 +57,28 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="30"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="30"></RowDefinition>
<RowDefinition Height="30" />
<RowDefinition Height="*" />
<RowDefinition Height="30" />
</Grid.RowDefinitions>
<!-- 顶部 -->
<TextBox x:Name="tbFocus" Visibility="Collapsed"></TextBox>
<!-- 顶部 -->
<TextBox x:Name="tbFocus" Visibility="Collapsed" />
<Grid Background="#ff12202d">
<!--<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<CheckBox Height="30" Style="{StaticResource CheckBox_One_Four}" ToolTip="窗口模式"
IsChecked="{Binding Path=IsOneScreenMode,Mode=TwoWay}"></CheckBox>
</StackPanel>-->
<TextBlock Text="时间切片系统" FontSize="12" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
<StackPanel Orientation="Horizontal" Grid.Column="2" HorizontalAlignment="Right" VerticalAlignment="Top">
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="时间切片系统" />
<StackPanel
Grid.Column="2"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Orientation="Horizontal">
<!--<CheckBox Height="30" Style="{StaticResource ResourceKey=CheckBox_Eye}"
IsChecked="{Binding Path=IsShowAlgorithmTargetBox,Mode=TwoWay}"></CheckBox>-->
<!--<Rectangle Width="2" Fill="#88FFFFFF" Height="18" Margin="20,0,20,0"></Rectangle>-->
......@@ -63,53 +86,83 @@
Style="{StaticResource Button_Tally}" Height="30"></Button>-->
<!--<Button Command="{Binding Path=InitNavigation3DCommand}" ToolTip="初始化摇杆"
Style="{StaticResource Button_Navigation3D}" Height="30"></Button>-->
<Rectangle Width="2" Fill="#88FFFFFF" Height="18" Margin="20,0,20,0"></Rectangle>
<Button Command="{Binding Path=SettingCommand}" ToolTip="系统设置"
Style="{StaticResource Button_Setting1}" Height="30"></Button>
<Button Command="{Binding Path=MinCommand}" ToolTip="最小化"
Style="{StaticResource Button_Min}" Height="30"></Button>
<Button Command="{Binding Path=CloseCommand}" ToolTip="关闭"
Style="{StaticResource Button_Close}" Height="30"></Button>
<Rectangle
Width="2"
Height="18"
Margin="20,0,20,0"
Fill="#88FFFFFF" />
<Button
Height="30"
Command="{Binding Path=SettingCommand}"
Style="{StaticResource Button_Setting1}"
ToolTip="系统设置" />
<Button
Height="30"
Command="{Binding Path=MinCommand}"
Style="{StaticResource Button_Min}"
ToolTip="最小化" />
<Button
Height="30"
Command="{Binding Path=CloseCommand}"
Style="{StaticResource Button_Close}"
ToolTip="关闭" />
</StackPanel>
</Grid>
<!-- 主体 -->
<!-- 主体 -->
<Grid Grid.Row="1" Margin="40,0,40,10">
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="230*"></ColumnDefinition>
<ColumnDefinition Width="209*"></ColumnDefinition>
<ColumnDefinition Width="21*"/>
<ColumnDefinition Width="230*" />
<ColumnDefinition Width="209*" />
<ColumnDefinition Width="21*" />
</Grid.ColumnDefinitions>
<WrapPanel Grid.Row="0" Grid.Column="0">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<GroupBox Header="自动检测" Foreground="White">
<CheckBox Content="启用自动检测" Margin="15" IsChecked="{Binding Path=IsAutoEnbale,Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}"
Foreground="White"/>
<GroupBox Foreground="White" Header="自动检测">
<CheckBox
Margin="15"
Content="启用自动检测"
Foreground="White"
IsChecked="{Binding Path=IsAutoEnbale, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
</GroupBox>
<GroupBox Header="手动检测" Grid.Column="1" Foreground="White" >
<GroupBox
Grid.Column="1"
Foreground="White"
Header="手动检测">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<CheckBox Content="选择目标" IsChecked="{Binding Path=IsEnbaleTarget,Mode=TwoWay}" Margin="14" Style="{StaticResource CheckBox_Setting}" Foreground="White" />
<CheckBox Content="开始抠像" IsChecked="{Binding Path=IsStartImaget,Mode=TwoWay}" Grid.Column="1" Margin="14" Style="{StaticResource CheckBox_Setting}" Foreground="White"/>
<CheckBox
Margin="14"
Content="选择目标"
Foreground="White"
IsChecked="{Binding Path=IsEnbaleTarget, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
<CheckBox
Grid.Column="1"
Margin="14"
Content="开始抠像"
Foreground="White"
IsChecked="{Binding Path=IsStartImaget, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
</Grid>
</GroupBox>
</Grid>
......@@ -120,97 +173,220 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Button Content="音视频停止命令" Command="{Binding VideoStopCommand}" Width="120" Height="40" Margin="10" Style="{StaticResource Button_Setting}"/>
<Button
Width="120"
Height="40"
Margin="10"
Command="{Binding VideoStopCommand}"
Content="音视频停止命令"
Style="{StaticResource Button_Setting}" />
<Button Content="Replay" Command="{Binding ReplayCommand}" Grid.Column="1" Width="100" Height="40" Margin="10" Style="{StaticResource Button_Setting}"/>
<Button
Grid.Column="1"
Width="100"
Height="40"
Margin="10"
Command="{Binding ReplayCommand}"
Content="Replay"
Style="{StaticResource Button_Setting}" />
<CheckBox Content="落盘开关" Command="{Binding SaveMatImageCommand}" IsChecked="{Binding IsMatImage,Mode=TwoWay}" Grid.Column="2" Width="100" Height="40" Margin="10" VerticalContentAlignment="Center" Style="{StaticResource CheckBox_Setting}" Foreground="White"/>
<CheckBox
Grid.Column="2"
Width="100"
Height="40"
Margin="10"
VerticalContentAlignment="Center"
Command="{Binding SaveMatImageCommand}"
Content="落盘开关"
Foreground="White"
IsChecked="{Binding IsMatImage, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
<Button Content="Live" Command="{Binding LiveCommand}" Grid.Column="3" Width="100" Height="40" Margin="10" Style="{StaticResource Button_Setting}"/>
<Button
Grid.Column="3"
Width="100"
Height="40"
Margin="10"
Command="{Binding LiveCommand}"
Content="Live"
Style="{StaticResource Button_Setting}" />
<Button Content="开始位置" Grid.Row="1" Grid.Column="0" Margin="10" IsEnabled="{Binding StartEnable}" Style="{StaticResource Button_Setting}" Command="{Binding Path=StartRegionCommand}" Height="40" />
<Button Content="结束位置" Grid.Row="1" Grid.Column="1" Margin="10" IsEnabled="{Binding EndEnable}" Style="{StaticResource Button_Setting}" Command="{Binding Path=EndRegionCommand}" Height="40"/>
<Button
Grid.Row="1"
Grid.Column="0"
Height="40"
Margin="10"
Command="{Binding Path=StartRegionCommand}"
Content="开始位置"
IsEnabled="{Binding StartEnable}"
Style="{StaticResource Button_Setting}" />
<Button Content="无效位置" Grid.Row="1" Grid.Column="2" Margin="10" IsEnabled="{Binding InvalidEnable}" Height="40" Style="{StaticResource Button_Setting}" Command="{Binding Path=InvalidRegionCommand}" />
<Button
Grid.Row="1"
Grid.Column="1"
Height="40"
Margin="10"
Command="{Binding Path=EndRegionCommand}"
Content="结束位置"
IsEnabled="{Binding EndEnable}"
Style="{StaticResource Button_Setting}" />
<Button Content="清空位置" Grid.Row="1" Grid.Column="3" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=CleanCommand}" Height="40"/>
<Button
Grid.Row="1"
Grid.Column="2"
Height="40"
Margin="10"
Command="{Binding Path=InvalidRegionCommand}"
Content="无效位置"
IsEnabled="{Binding InvalidEnable}"
Style="{StaticResource Button_Setting}" />
<Button Content="发送命令" Grid.Row="2" Grid.Column="0" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=SendPlaceCommand}" Height="40"/>
<Button
Grid.Row="1"
Grid.Column="3"
Height="40"
Margin="10"
Command="{Binding Path=CleanCommand}"
Content="清空位置"
Style="{StaticResource Button_Setting}" />
<Button Content="保存" Grid.Row="2" Grid.Column="1" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=SavePalceCommand}" Height="40"/>
<Button
Grid.Row="2"
Grid.Column="0"
Height="40"
Margin="10"
Command="{Binding Path=SendPlaceCommand}"
Content="发送命令"
Style="{StaticResource Button_Setting}" />
<Button Content="UE设置" Grid.Row="2" Grid.Column="2" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=UESettingCommand}" Height="40"/>
<Button Content="UE控制" Grid.Row="2" Grid.Column="3" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=UEControlCommand}" Height="40"/>
<Button
Grid.Row="2"
Grid.Column="1"
Height="40"
Margin="10"
Command="{Binding Path=SavePalceCommand}"
Content="保存"
Style="{StaticResource Button_Setting}" />
<!--<Button Content="UE设置" Grid.Row="2" Grid.Column="2" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=UESettingCommand}" Height="40"/>-->
<Button
Grid.Row="2"
Grid.Column="2"
Height="40"
Margin="10"
Command="{Binding Path=UEControlCommand}"
Content="UE控制"
Style="{StaticResource Button_Setting}" />
</Grid>
</WrapPanel>
<local:NDIView x:Name="cam1" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}" Grid.Row="1" Grid.Column="0" Margin="15,10,10,10" MouseLeftButtonDown="cam1_MouseLeftButtonDown"></local:NDIView>
<!-- ***************************************************************************************** -->
<local:NDIView
x:Name="cam1"
Grid.Row="1"
Grid.Column="0"
Margin="15,10,10,10"
MouseLeftButtonDown="cam1_MouseLeftButtonDown"
NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}" />
<!-- ***************************************************************************************** -->
<!--<local:NDIView x:Name="cam3" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_3}" Grid.Row="1" Grid.Column="0" Margin="10,10,15,10"></local:NDIView>
<local:NDIView x:Name="cam4" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_4}" Grid.Row="1" Grid.Column="1" Margin="15,10,10,10"></local:NDIView>-->
<!-- ***************************************************************************************** -->
<!-- ***************************************************************************************** -->
<!--<local:NDIPreviewView x:Name="prevew1" NDIKey="{x:Static Member=domain:NDIViewKeys.Preview_1}"
Grid.Row="1" Grid.Column="0" Margin="130,90,55,10"></local:NDIPreviewView>
<local:NDIPreviewView x:Name="prevew2" NDIKey="{x:Static Member=domain:NDIViewKeys.Preview_2}"
Grid.Row="1" Grid.Column="1" Margin="135,90,50,10"></local:NDIPreviewView>-->
<!-- ***************************************************************************************** -->
<!-- CAM_1 会作为单一窗口时的主窗口 -->
<local:NDIView x:Name="cam2" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}" Grid.Row="1" Grid.Column="1" Margin="15,10,10,10" MouseLeftButtonDown="cam2_MouseLeftButtonDown"></local:NDIView>
<!-- ***************************************************************************************** -->
<!-- CAM_1 会作为单一窗口时的主窗口 -->
<local:NDIView
x:Name="cam2"
Grid.Row="1"
Grid.Column="1"
Margin="15,10,10,10"
MouseLeftButtonDown="cam2_MouseLeftButtonDown"
NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}" />
</Grid>
<!-- 底部 -->
<!-- 底部 -->
<Border Grid.Row="2" Background="#ff12202d">
<Grid Margin="110,0,110,0">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120"></ColumnDefinition>
<ColumnDefinition Width="120"></ColumnDefinition>
<ColumnDefinition Width="8*"></ColumnDefinition>
<ColumnDefinition Width="59*"/>
<ColumnDefinition Width="120"></ColumnDefinition>
<ColumnDefinition Width="120" />
<ColumnDefinition Width="120" />
<ColumnDefinition Width="8*" />
<ColumnDefinition Width="59*" />
<ColumnDefinition Width="120" />
</Grid.ColumnDefinitions>
<!-- 算法服务监控 -->
<StackPanel Orientation="Horizontal" Background="Transparent"
Visibility="{Binding Path=IsShowAlgorithmTargetBox,Converter={StaticResource Bool2VisibilityConverter}}"
ToolTipService.Placement="Top" ToolTipService.HasDropShadow="True"
ToolTipService.HorizontalOffset="-65">
<!-- 算法服务监控 -->
<StackPanel
Background="Transparent"
Orientation="Horizontal"
ToolTipService.HasDropShadow="True"
ToolTipService.HorizontalOffset="-65"
ToolTipService.Placement="Top"
Visibility="{Binding Path=IsShowAlgorithmTargetBox, Converter={StaticResource Bool2VisibilityConverter}}">
<StackPanel.ToolTip>
<ToolTip Background="#ff0f1221" BorderBrush="#ff0f1221">
<ListBox Style="{StaticResource ListBox_None}" Width="180" Height="160" Margin="10"
ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden"
ItemsSource="{Binding Path=NDIViewServices,Mode=OneWay}">
<ListBox
Width="180"
Height="160"
Margin="10"
ItemsSource="{Binding Path=NDIViewServices, Mode=OneWay}"
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
ScrollViewer.VerticalScrollBarVisibility="Hidden"
Style="{StaticResource ListBox_None}">
<ListBox.ItemTemplate>
<DataTemplate>
<Grid Height="40">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120"></ColumnDefinition>
<ColumnDefinition Width="60"></ColumnDefinition>
<ColumnDefinition Width="120" />
<ColumnDefinition Width="60" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center">
<TextBlock Text="{Binding Path=DisplayName}" FontSize="14" Foreground="White"
MaxWidth="90"
TextWrapping="NoWrap" TextTrimming="CharacterEllipsis"></TextBlock>
<TextBlock Text=":" Foreground="White" Margin="5,0,5,0"></TextBlock>
<StackPanel
HorizontalAlignment="Right"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
MaxWidth="90"
FontSize="14"
Foreground="White"
Text="{Binding Path=DisplayName}"
TextTrimming="CharacterEllipsis"
TextWrapping="NoWrap" />
<TextBlock
Margin="5,0,5,0"
Foreground="White"
Text=":" />
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Column="1">
<TextBlock Text="{Binding Path=AlgorithmFPS.FPS}" Grid.Column="1" FontSize="14"
Foreground="{Binding Path=AlgorithmFPS.FPS,Converter={StaticResource ServiceFps2SolidBrushConverter}}"
Margin="5,0,0,0"></TextBlock>
<TextBlock Text="fps" Grid.Column="1" FontSize="14" Foreground="#88ffffff"
Margin="5,0,0,0"></TextBlock>
<StackPanel
Grid.Column="1"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
Grid.Column="1"
Margin="5,0,0,0"
FontSize="14"
Foreground="{Binding Path=AlgorithmFPS.FPS, Converter={StaticResource ServiceFps2SolidBrushConverter}}"
Text="{Binding Path=AlgorithmFPS.FPS}" />
<TextBlock
Grid.Column="1"
Margin="5,0,0,0"
FontSize="14"
Foreground="#88ffffff"
Text="fps" />
</StackPanel>
</Grid>
</DataTemplate>
......@@ -219,43 +395,79 @@
</ToolTip>
</StackPanel.ToolTip>
<Grid Width="18" Height="18" VerticalAlignment="Center">
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_yellow_25x22.png"
Visibility="{Binding AlgorithmStatusMinFps,Converter={StaticResource ServiceFps2VisibilityConverter_Warning}}"></Image>
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_25x22.png"
Visibility="{Binding AlgorithmStatusMinFps,Converter={StaticResource ServiceFps2VisibilityConverter_Normal}}"></Image>
<Grid
Width="18"
Height="18"
VerticalAlignment="Center">
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_yellow_25x22.png" Visibility="{Binding AlgorithmStatusMinFps, Converter={StaticResource ServiceFps2VisibilityConverter_Warning}}" />
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_25x22.png" Visibility="{Binding AlgorithmStatusMinFps, Converter={StaticResource ServiceFps2VisibilityConverter_Normal}}" />
</Grid>
<TextBlock Text="系统" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="系统" />
</StackPanel>
<!-- 剪切服务监控 -->
<StackPanel Orientation="Horizontal" Background="Transparent" Grid.Column="1"
Visibility="{Binding Path=IsShowAlgorithmTargetBox,Converter={StaticResource Bool2VisibilityConverter}}"
ToolTipService.Placement="Top" ToolTipService.HasDropShadow="True"
ToolTipService.HorizontalOffset="-65">
<!-- 剪切服务监控 -->
<StackPanel
Grid.Column="1"
Background="Transparent"
Orientation="Horizontal"
ToolTipService.HasDropShadow="True"
ToolTipService.HorizontalOffset="-65"
ToolTipService.Placement="Top"
Visibility="{Binding Path=IsShowAlgorithmTargetBox, Converter={StaticResource Bool2VisibilityConverter}}">
<StackPanel.ToolTip>
<ToolTip Background="#ff0f1221" BorderBrush="#ff0f1221">
<ListBox Style="{StaticResource ListBox_None}" Width="180" Height="160" Margin="10"
ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden"
ItemsSource="{Binding Path=NDIViewServices,Mode=OneWay}">
<ListBox
Width="180"
Height="160"
Margin="10"
ItemsSource="{Binding Path=NDIViewServices, Mode=OneWay}"
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
ScrollViewer.VerticalScrollBarVisibility="Hidden"
Style="{StaticResource ListBox_None}">
<ListBox.ItemTemplate>
<DataTemplate>
<Grid Height="40">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120"></ColumnDefinition>
<ColumnDefinition Width="60"></ColumnDefinition>
<ColumnDefinition Width="120" />
<ColumnDefinition Width="60" />
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center">
<TextBlock Text="{Binding Path=DisplayName}" FontSize="14" Foreground="White"
MaxWidth="90"
TextWrapping="NoWrap" TextTrimming="CharacterEllipsis"></TextBlock>
<TextBlock Text=":" Foreground="White" Margin="5,0,5,0"></TextBlock>
<StackPanel
HorizontalAlignment="Right"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
MaxWidth="90"
FontSize="14"
Foreground="White"
Text="{Binding Path=DisplayName}"
TextTrimming="CharacterEllipsis"
TextWrapping="NoWrap" />
<TextBlock
Margin="5,0,5,0"
Foreground="White"
Text=":" />
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Column="1">
<TextBlock Text="{Binding Path=ClipFPS.FPS}" Grid.Column="1" FontSize="14"
Foreground="{Binding Path=ClipFPS.FPS,Converter={StaticResource ServiceFps2SolidBrushConverter}}"
Margin="5,0,0,0"></TextBlock>
<TextBlock Text="fps" Grid.Column="1" FontSize="14" Foreground="#88ffffff"
Margin="5,0,0,0"></TextBlock>
<StackPanel
Grid.Column="1"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
Grid.Column="1"
Margin="5,0,0,0"
FontSize="14"
Foreground="{Binding Path=ClipFPS.FPS, Converter={StaticResource ServiceFps2SolidBrushConverter}}"
Text="{Binding Path=ClipFPS.FPS}" />
<TextBlock
Grid.Column="1"
Margin="5,0,0,0"
FontSize="14"
Foreground="#88ffffff"
Text="fps" />
</StackPanel>
</Grid>
</DataTemplate>
......@@ -264,57 +476,143 @@
</ToolTip>
</StackPanel.ToolTip>
<Grid Width="18" Height="18" VerticalAlignment="Center">
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_yellow_25x22.png"
Visibility="{Binding ClipStatusMinFps,Converter={StaticResource ServiceFps2VisibilityConverter_Warning}}"></Image>
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_25x22.png"
Visibility="{Binding ClipStatusMinFps,Converter={StaticResource ServiceFps2VisibilityConverter_Normal}}"></Image>
<Grid
Width="18"
Height="18"
VerticalAlignment="Center">
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_yellow_25x22.png" Visibility="{Binding ClipStatusMinFps, Converter={StaticResource ServiceFps2VisibilityConverter_Warning}}" />
<Image Source="/VIZ.FGOUT.Module.Resource;component/Icons/status_25x22.png" Visibility="{Binding ClipStatusMinFps, Converter={StaticResource ServiceFps2VisibilityConverter_Normal}}" />
</Grid>
<TextBlock Text="界面" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="界面" />
</StackPanel>
<!-- 计算机监控 -->
<StackPanel Orientation="Horizontal" Grid.Column="2"
Visibility="{Binding Path=IsShowAlgorithmTargetBox,Converter={StaticResource Bool2VisibilityConverter}}" Grid.ColumnSpan="2">
<!-- CPU -->
<TextBlock Text="CPU:" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock Text="{Binding Path=SystemMonitorModel.CpuUsedPercentage,StringFormat=P}" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"
Width="65" TextAlignment="Right"></TextBlock>
<!-- 内存 -->
<TextBlock Text="内存:" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="30,0,0,0"></TextBlock>
<!-- 计算机监控 -->
<StackPanel
Grid.Column="2"
Grid.ColumnSpan="2"
Orientation="Horizontal"
Visibility="{Binding Path=IsShowAlgorithmTargetBox, Converter={StaticResource Bool2VisibilityConverter}}">
<!-- CPU -->
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="CPU:" />
<TextBlock
Width="65"
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=SystemMonitorModel.CpuUsedPercentage, StringFormat=P}"
TextAlignment="Right" />
<!-- 内存 -->
<TextBlock
Margin="30,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="内存:" />
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding Path=SystemMonitorModel.MemoryUsed,Converter={StaticResource ByteSizeConverter},StringFormat=0.00}"
VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0" Width="60" TextAlignment="Right"></TextBlock>
<TextBlock Text="/" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="5,0,0,0"></TextBlock>
<TextBlock Text="{Binding Path=SystemMonitorModel.MemoryTotal,Converter={StaticResource ByteSizeConverter},StringFormat=0.00}"
VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="5,0,0,0" TextAlignment="Left"></TextBlock>
<TextBlock Text="GB" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="5,0,0,0"></TextBlock>
<TextBlock Text="(" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="5,0,0,0"></TextBlock>
<TextBlock Text="{Binding Path=SystemMonitorModel.MemoryUsedPercentage,StringFormat=P}" VerticalAlignment="Center"
Foreground="White" FontSize="12" Margin="5,0,0,0"></TextBlock>
<TextBlock Text=")" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="5,0,0,0"></TextBlock>
<TextBlock
Width="60"
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=SystemMonitorModel.MemoryUsed, Converter={StaticResource ByteSizeConverter}, StringFormat=0.00}"
TextAlignment="Right" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="/" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=SystemMonitorModel.MemoryTotal, Converter={StaticResource ByteSizeConverter}, StringFormat=0.00}"
TextAlignment="Left" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="GB" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="(" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=SystemMonitorModel.MemoryUsedPercentage, StringFormat=P}" />
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text=")" />
</StackPanel>
<ListBox Style="{StaticResource ListBox_None}" VerticalAlignment="Center" Margin="30,0,0,0"
ItemsSource="{Binding Path=SystemMonitorModel.GpuModels}">
<ListBox
Margin="30,0,0,0"
VerticalAlignment="Center"
ItemsSource="{Binding Path=SystemMonitorModel.GpuModels}"
Style="{StaticResource ListBox_None}">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"></StackPanel>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<TextBlock Text="GPU" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock Text="{Binding Path=Physics}" VerticalAlignment="Center" Foreground="White" FontSize="12"></TextBlock>
<TextBlock Text=":" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock Text="{Binding Path=UsedPercentage,StringFormat=P}" VerticalAlignment="Center" Foreground="White" FontSize="12" Margin="10,0,0,0"></TextBlock>
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="GPU" />
<TextBlock
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=Physics}" />
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text=":" />
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontSize="12"
Foreground="White"
Text="{Binding Path=UsedPercentage, StringFormat=P}" />
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
</StackPanel>
<StackPanel Grid.Column="4" Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center">
<fcommon:TimeDisplayControl FontSize="12" Foreground="#AAFFFFFF"></fcommon:TimeDisplayControl>
<StackPanel
Grid.Column="4"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<fcommon:TimeDisplayControl FontSize="12" Foreground="#AAFFFFFF" />
</StackPanel>
</Grid>
</Border>
......
<Window x:Class="VIZ.FGOUT.Module.SystemSetting.View.UEControlPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:VIZ.FGOUT.Module"
WindowStartupLocation="CenterScreen" ResizeMode="NoResize"
d:DataContext="{d:DesignInstance Type=local:UEControlPanelViewModel}"
mc:Ignorable="d"
Background="#383D41"
Title="UE控制页面" Height="450" Width="800">
<Window
x:Class="VIZ.FGOUT.Module.SystemSetting.View.UEControlPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:VIZ.FGOUT.Module"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Title="UE控制页面"
Width="{Binding WindowWidth, Mode=TwoWay}"
Height="450"
d:DataContext="{d:DesignInstance Type=local:UEControlPanelViewModel}"
Background="#383D41"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
......@@ -16,36 +21,367 @@
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/TextBox/TextBox_Setting.xaml" />
</ResourceDictionary.MergedDictionaries>
<x:Array x:Key="TrueOrFalse" Type="sys:String">
<sys:String>True</sys:String>
<sys:String>False</sys:String>
</x:Array>
<x:Array x:Key="IsEnable" Type="sys:String">
<sys:String>Enable</sys:String>
<sys:String>Disable</sys:String>
</x:Array>
<x:Array x:Key="Eases" Type="sys:String">
<sys:String>Linear</sys:String>
<sys:String>Step</sys:String>
<sys:String>SinusoidalIn</sys:String>
<sys:String>SinusoidalOut</sys:String>
<sys:String>SinusoidalInOut</sys:String>
<sys:String>EaseIn</sys:String>
<sys:String>EaseOut</sys:String>
<sys:String>EaseInOut</sys:String>
<sys:String>ExpoIn</sys:String>
<sys:String>ExpoOut</sys:String>
<sys:String>ExpoInOut</sys:String>
<sys:String>CircularIn</sys:String>
<sys:String>CircularOut</sys:String>
<sys:String>CircularInOut</sys:String>
</x:Array>
<x:Array x:Key="LineFrontOrBehind" Type="sys:String">
<sys:String>LineFront</sys:String>
<sys:String>LineBehind</sys:String>
</x:Array>
</ResourceDictionary>
</Window.Resources>
<Grid Margin="0,10,0,0">
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Button Content="开始包装" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Right" Command="{Binding StartPackagingCommand}"/>
<Button Grid.Column="1" Content="停止包装" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Left" Command="{Binding StopPackagingCommand}"/>
<Button Grid.Row="1" Content="显示速度" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Right" Command="{Binding DisplaySpeedCommand}"/>
<Button Grid.Column="1" Grid.Row="1" Content="隐藏速度" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Left" Command="{Binding HideSpeedCommand}"/>
<Button Grid.Row="2" Content="显示高度" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Right" Command="{Binding DisplayHeightCommand}"/>
<Button Grid.Row="2" Grid.Column="1" Content="隐藏高度" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Left" Command="{Binding HideHeightCommand}"/>
<Button Grid.Row="3" Content="启用zoom" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Right" Command="{Binding EnableZoomCommand}"/>
<Button Grid.Row="3" Grid.Column="1" Content="关闭zoom" Style="{StaticResource ButtonStyle}" HorizontalAlignment="Left" Command="{Binding CloseZoomCommand}"/>
<TextBlock Foreground="White" Grid.Row="4" Margin="0,0,30,0" HorizontalAlignment="Right" VerticalAlignment="Center" Text="画线位置"></TextBlock>
<StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" >
<Button Content="前" Style="{StaticResource ButtonStyle}" Width="55" Command="{Binding BeforeDrawingLinePositionCommand}"/>
<Button Content="后" Style="{StaticResource ButtonStyle}" Width="55" Command="{Binding AfterDrawingTheLinePositionCommand}"/>
</StackPanel>
<Button Width="220" Height="120" Grid.Row="5" Grid.RowSpan="3" Grid.ColumnSpan="2" Content="发送预设" Style="{StaticResource ButtonStyle}" Command="{Binding SendPresetCommand}"></Button>
</Grid>
<StackPanel Orientation="Horizontal">
<Grid Width="400">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Button
HorizontalAlignment="Right"
Command="{Binding StartPackagingCommand}"
Content="开始包装"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Column="1"
HorizontalAlignment="Left"
Command="{Binding StopPackagingCommand}"
Content="停止包装"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="1"
HorizontalAlignment="Right"
Command="{Binding DisplaySpeedCommand}"
Content="显示速度"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="1"
Grid.Column="1"
HorizontalAlignment="Left"
Command="{Binding HideSpeedCommand}"
Content="隐藏速度"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="2"
HorizontalAlignment="Right"
Command="{Binding DisplayHeightCommand}"
Content="显示高度"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="2"
Grid.Column="1"
HorizontalAlignment="Left"
Command="{Binding HideHeightCommand}"
Content="隐藏高度"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="3"
HorizontalAlignment="Right"
Command="{Binding EnableZoomCommand}"
Content="启用zoom"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="3"
Grid.Column="1"
HorizontalAlignment="Left"
Command="{Binding CloseZoomCommand}"
Content="关闭zoom"
Style="{StaticResource ButtonStyle}" />
<TextBlock
Grid.Row="4"
Margin="0,0,30,0"
HorizontalAlignment="Right"
VerticalAlignment="Center"
FontSize="14"
Foreground="White"
Text="画线位置" />
<StackPanel
Grid.Row="4"
Grid.Column="1"
HorizontalAlignment="Left"
Orientation="Horizontal">
<Button
Width="55"
Command="{Binding BeforeDrawingLinePositionCommand}"
Content="前"
Style="{StaticResource ButtonStyle}" />
<Button
Width="55"
Command="{Binding AfterDrawingTheLinePositionCommand}"
Content="后"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
<TextBlock
Grid.Row="5"
Margin="0,0,30,0"
HorizontalAlignment="Right"
VerticalAlignment="Center"
FontSize="14"
Foreground="White"
Text="预设项目" />
<StackPanel
Grid.Row="5"
Grid.Column="1"
HorizontalAlignment="Left"
Orientation="Horizontal">
<ComboBox
Width="100"
ItemsSource="{Binding PresetsProjects}"
SelectedItem="{Binding PresetsItem}"
Style="{StaticResource ComboBoxStyle}" />
<Button
Width="55"
Margin="5,0,0,0"
Command="{Binding DetailCommand}"
Content="详情"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
<Button
Grid.Row="6"
Grid.RowSpan="3"
Grid.ColumnSpan="2"
Width="220"
Height="120"
Command="{Binding SendPresetCommand}"
Content="发送预设"
Style="{StaticResource ButtonStyle}" />
</Grid>
<Grid
Width="800"
Margin="0,10,10,10"
Visibility="{Binding UESettingVisibility, Mode=TwoWay}">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="3*" />
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="3*" />
</Grid.ColumnDefinitions>
<TextBlock
VerticalAlignment="Center"
Foreground="White"
Text="ZoomEase:" />
<ComboBox
Grid.Column="1"
ItemsSource="{StaticResource Eases}"
SelectedItem="{Binding ZoomEaseItem, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="MoveEase:" />
<ComboBox
Grid.Column="3"
ItemsSource="{StaticResource Eases}"
SelectedItem="{Binding MoveEaseItem, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Row="1"
VerticalAlignment="Center"
Foreground="White"
Text="Scale%:" />
<TextBox
Grid.Row="1"
Grid.Column="1"
Style="{StaticResource TextBoxStyle}"
Text="{Binding Scale, Mode=TwoWay}" />
<TextBlock
Grid.Row="1"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="Line:" />
<ComboBox
Grid.Row="1"
Grid.Column="3"
ItemsSource="{StaticResource LineFrontOrBehind}"
SelectedIndex="{Binding Line, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Row="2"
VerticalAlignment="Center"
Foreground="White"
Text="ZoomIn:" />
<TextBox
Grid.Row="2"
Grid.Column="1"
Style="{StaticResource TextBoxStyle}"
Text="{Binding ZoomIn, Mode=TwoWay}" />
<TextBlock
Grid.Row="2"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="ZoomOut:" />
<TextBox
Grid.Row="2"
Grid.Column="3"
Style="{StaticResource TextBoxStyle}"
Text="{Binding ZoomOut, Mode=TwoWay}" />
<TextBlock
Grid.Row="3"
VerticalAlignment="Center"
Foreground="White"
Text="Move:" />
<TextBox
Grid.Row="3"
Grid.Column="1"
Style="{StaticResource TextBoxStyle}"
Text="{Binding Move, Mode=TwoWay}" />
<TextBlock
Grid.Row="4"
VerticalAlignment="Center"
Foreground="White"
Text="SafeScale:" />
<TextBox
Grid.Row="4"
Grid.Column="1"
Style="{StaticResource TextBoxStyle}"
Text="{Binding SafeScale, Mode=TwoWay}" />
<TextBlock
Grid.Row="5"
VerticalAlignment="Center"
Foreground="White"
Text="ShowHeight:" />
<ComboBox
Grid.Row="5"
Grid.Column="1"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="{Binding ShowHeight, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Row="5"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="ShowSpeed:" />
<ComboBox
Grid.Row="5"
Grid.Column="3"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="{Binding ShowSpeed, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Row="6"
VerticalAlignment="Center"
Foreground="White"
Text="UseZoom:" />
<ComboBox
Grid.Row="6"
Grid.Column="1"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="{Binding UseZoom, Mode=TwoWay}"
Style="{StaticResource ComboBoxStyle}" />
<TextBlock
Grid.Row="7"
VerticalAlignment="Center"
Foreground="White"
Text="MovementOnlyX:" />
<ComboBox
Grid.Row="7"
Grid.Column="1"
ItemsSource="{StaticResource IsEnable}"
SelectedIndex="1"
Style="{StaticResource ComboBoxStyle}" />
<TextBox
Grid.Row="7"
Grid.Column="2"
Style="{StaticResource TextBoxStyle}"
Text="0" />
<TextBlock
Grid.Row="8"
VerticalAlignment="Center"
Foreground="White"
Text="MovementOnlyY:" />
<ComboBox
Grid.Row="8"
Grid.Column="1"
ItemsSource="{StaticResource IsEnable}"
SelectedIndex="1"
Style="{StaticResource ComboBoxStyle}" />
<TextBox
Grid.Row="8"
Grid.Column="2"
Style="{StaticResource TextBoxStyle}"
Text="0" />
<Grid
Grid.Row="9"
Grid.Column="2"
ColumnSpan="2">
<StackPanel
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
Orientation="Horizontal">
<Button
Width="90"
Height="30"
Margin="0,0,10,0"
Command="{Binding Path=CancelCommand}"
Content="隐藏详情"
Style="{StaticResource ButtonStyle}" />
<Button
Width="90"
Height="30"
Margin="0,0,30,0"
Command="{Binding Path=SaveCommand}"
Content="发送"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
</Grid>
</Grid>
</StackPanel>
</Window>
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using VIZ.FGOUT.Connection.UDP.Clip.Signal.Send;
using VIZ.FGOUT.Domain;
using VIZ.FGOUT.Storage;
using VIZ.Framework.Connection;
using VIZ.Framework.Core;
......@@ -9,6 +13,7 @@ namespace VIZ.FGOUT.Module
{
//网络终结点key
private string _endpointKey = "UE";
JavelinThrowConfig javelinThrowConfig = new JavelinThrowConfig();
public UEControlPanelViewModel()
{
StartPackagingCommand = new VCommand(this.StartPackaging);
......@@ -23,7 +28,19 @@ namespace VIZ.FGOUT.Module
AfterDrawingTheLinePositionCommand = new VCommand(this.AfterDrawingTheLinePosition);
SendPresetCommand = new VCommand(this.SendPreset);
ConnectionManager.UdpConnection.AddEndpointManager(new UdpEndpointManager(_endpointKey, "127.0.0.1", 8888));
DetailCommand = new VCommand(this.Detail);
CancelCommand = new VCommand(this.Cancel);
//ConnectionManager.UdpConnection.AddEndpointManager(new UdpEndpointManager(_endpointKey, "127.0.0.1", 8888));
string clientIP = ApplicationDomainEx.IniStorage.GetValue<UdpConfig, string>(p => p.UDP_BINDING_IP);
ConnectionManager.UdpConnection.AddEndpointManager(new UdpEndpointManager(_endpointKey, clientIP, 8888));
javelinThrowConfig = ApplicationDomainEx.LiteDbContext.JavelinThrowConfig.FindAll().FirstOrDefault();
if (javelinThrowConfig == null) return;
PresetsProjects.Add("掷标枪");
//var number = javelinThrowConfig.Number;
//var data = javelinThrowConfig.Data;
}
public VCommand StartPackagingCommand { get; set; }
/// <summary>
......@@ -122,7 +139,13 @@ namespace VIZ.FGOUT.Module
/// </summary>
private void SendPreset()
{
SendJson("UE_Presets");
if(PresetsItem ==null)
return;
UdpEndpointManager manager = ConnectionManager.UdpConnection.GetEndpointManager(_endpointKey);
if (manager == null) return;
if (PresetsItem.Equals("掷标枪"))
manager.SendJsonString(javelinThrowConfig.Data);
//SendJson("UE_Presets");
}
/// <summary>
/// 发送JSON数据
......@@ -137,5 +160,77 @@ namespace VIZ.FGOUT.Module
ueEvent.UE_event = ueEventStr;
manager.SendJson(ueEvent);
}
public VCommand DetailCommand { get; set; }
private void Detail()
{
UESettingVisibility = Visibility.Visible;
if(WindowWidth ==400)
WindowWidth += 800;
}
public VCommand CancelCommand { get; set; }
private void Cancel()
{
UESettingVisibility = Visibility.Collapsed;
if (WindowWidth == 1200)
WindowWidth -= 800;
}
#region 属性
/// <summary>
/// 预设项目ComboBox
/// </summary>
private List<string> _presetsProjects= new List<string>();
public List<string> PresetsProjects
{
get => _presetsProjects;
set
{
_presetsProjects = value;
this.RaisePropertyChanged(nameof(PresetsProjects));
}
}
private string _presetsItem;
public string PresetsItem
{
get => _presetsItem;
set
{
_presetsItem = value;
this.RaisePropertyChanged(nameof(PresetsItem));
}
}
/// <summary>
/// UE设置部分显示隐藏
/// </summary>
private Visibility _ueSettingVisibility = Visibility.Collapsed;
public Visibility UESettingVisibility
{
get => _ueSettingVisibility;
set
{
_ueSettingVisibility = value;
this.RaisePropertyChanged(nameof(UESettingVisibility));
}
}
private double _windowWidth = 400;
public double WindowWidth
{
get => _windowWidth;
set
{
_windowWidth = value;
this.RaisePropertyChanged(nameof(WindowWidth));
}
}
#endregion
}
}
using System.Collections.Generic;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.IO.Packaging;
using System.Linq;
using System.Xml.Linq;
using VIZ.FGOUT.Connection.UDP.Clip.Signal.Send;
using VIZ.FGOUT.Domain;
using VIZ.FGOUT.Storage;
using VIZ.Framework.Connection;
using VIZ.Framework.Core;
......@@ -26,6 +30,14 @@ namespace VIZ.FGOUT.Module
this.GetWindow().Close();
}
/// <summary>
/// 序列化设置
/// </summary>
private readonly static JsonSerializerSettings JSON_SERIALIZER_SETTINGS = new JsonSerializerSettings
{
NullValueHandling = NullValueHandling.Ignore
};
private void Save()
{
UdpEndpointManager manager = ConnectionManager.UdpConnection.GetEndpointManager($"UE");
......@@ -43,8 +55,17 @@ namespace VIZ.FGOUT.Module
new Position() { name = "speed", x = 1035, y = 1890 }
};
uePackage.UE_Presets.StartSets.Datas.Positions = positions;
manager.SendJson(uePackage);
}
//预设参数存库
string msg = uePackage == null ? string.Empty : JsonConvert.SerializeObject(uePackage, JSON_SERIALIZER_SETTINGS);
//JavelinThrowConfig javelinThrowConfig = new JavelinThrowConfig();
//this.javelinThrowConfig = ApplicationDomainEx.LiteDbContext.JavelinThrowConfig.FindAll().FirstOrDefault();
//if (javelinThrowConfig == null) return;
//javelinThrowConfig.Number = "JT";
//javelinThrowConfig.Data = msg;
//ApplicationDomainEx.LiteDbContext.JavelinThrowConfig.Upsert(javelinThrowConfig);
//manager.SendJson(uePackage);
}
#region Property
......
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "18C1782B5CCC0819292FAEBD89033F5C3BB71352AE3DFD5FD9B7BB0DDEF7CB6B"
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "759DD8B3A1AA280562738CAE4EFCAC9A16C58AB9563E88D728D35F20FF6B5BA7"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
......@@ -50,7 +50,7 @@ namespace VIZ.FGOUT.Module {
public partial class NDIMainView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 51 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 65 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbFocus;
......@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module {
#line hidden
#line 161 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 297 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam1;
......@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module {
#line hidden
#line 173 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 315 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam2;
......
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "18C1782B5CCC0819292FAEBD89033F5C3BB71352AE3DFD5FD9B7BB0DDEF7CB6B"
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "759DD8B3A1AA280562738CAE4EFCAC9A16C58AB9563E88D728D35F20FF6B5BA7"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
......@@ -50,7 +50,7 @@ namespace VIZ.FGOUT.Module {
public partial class NDIMainView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 51 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 65 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbFocus;
......@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module {
#line hidden
#line 161 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 297 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam1;
......@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module {
#line hidden
#line 173 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
#line 315 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam2;
......
af93916b2cd63075c26d6223b40b9f29a43948d4
c06ad4f67c04544275e4cbc38d47657f165b740a
......@@ -746,3 +746,5 @@ D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\VIZ.FGOUT.Module.dll
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\VIZ.FGOUT.Module.pdb
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UEControlPanelView.g.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UEControlPanelView.baml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UEControlPanelView.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UEControlPanelView.baml
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\
VIZ.FGOUT.Module
none
false
......@@ -13,7 +13,7 @@ DEBUG;TRACE
22-808211288
90-747441034
150-879058220
150-1446398279
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UEControlPanelView.xaml;SystemSetting\View\UESettingPanelView.xaml;
False
......
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\
VIZ.FGOUT.Module
none
false
......@@ -13,7 +13,7 @@ DEBUG;TRACE
22-808211288
91978002453
150-879058220
150-1446398279
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UEControlPanelView.xaml;SystemSetting\View\UESettingPanelView.xaml;
True
......

D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\GeneratedInternalTypeHelper.g.i.cs
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UEControlPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\AlgorithmSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIView\View\NDIView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\AboutPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\CheckDataPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\HotkeySettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\MattingImagePanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PackageSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PreviewSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\ReplayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\StyleSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\SystemSettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UEControlPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UESettingPanelView.xaml;;
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs

FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\AlgorithmSettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIView\View\NDIView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\AboutPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\CheckDataPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\HotkeySettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\MattingImagePanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PackageSettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PreviewSettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\ReplayPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\StyleSettingPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\SystemSettingView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UEControlPanelView.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UESettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\AlgorithmSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDISettingView\View\NDISettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIView\View\NDIView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\AboutPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\CheckDataPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\HotkeySettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\MattingImagePanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PackageSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PreviewSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\ReplayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\StyleSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\SystemSettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UEControlPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UESettingPanelView.xaml;;
976443adce8bc68f697ee147ded256b2b9f4ad1a
e7d8d81d288b78c61aadb659a9d0060dade18795
......@@ -4,3 +4,265 @@
在 VIZ.Framework.Connection.UdpConnection.Binding(String ip, Int32 port) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpConnection.cs:行号 76
在 VIZ.FGOUT.Module.AppSetup_InitUDP.Setup(AppSetupContext context) 位置 D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\Setup\Provider\AppSetup_InitUDP.cs:行号 55
在 VIZ.Framework.Module.AppSetup.Setup() 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Module\Setup\AppSetup.cs:行号 112
2023-08-18 14:08:12,828 [1] ERROR VIZ.Framework.Module.AppSetup - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
在 System.Net.Sockets.Socket.Bind(EndPoint localEP)
在 VIZ.Framework.Connection.UdpConnection.Binding(String ip, Int32 port) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpConnection.cs:行号 76
在 VIZ.FGOUT.Module.AppSetup_InitUDP.Setup(AppSetupContext context) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\Setup\Provider\AppSetup_InitUDP.cs:行号 55
在 VIZ.Framework.Module.AppSetup.Setup() 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\Setup\AppSetup.cs:行号 112
2023-08-18 16:12:13,035 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 147
在 VIZ.FGOUT.Module.UEControlPanelViewModel.AfterDrawingTheLinePosition() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 125
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:35,990 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:36,877 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:37,705 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:38,320 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:39,488 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:40,692 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:43,820 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:46,104 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:47,994 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:36:55,243 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:37:01,217 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:37:10,873 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 148
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 135
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 16:53:18,169 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 151
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 138
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:23:38,699 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:23:41,724 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 159
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StartPackaging() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:23:43,350 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 159
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StartPackaging() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:23:44,572 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 159
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StopPackaging() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 59
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:24:14,612 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:24:24,025 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:24:26,301 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:24:33,428 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:24:41,277 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:25:00,654 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:25:37,669 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJsonString(UdpEndpointManager manager, String msg) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 79
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendPreset() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 145
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:25:45,572 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 159
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StartPackaging() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:27:37,132 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr) 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 159
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StartPackaging() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\UEControlPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:32:05,002 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
在 System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.UEControlPanelViewModel.SendJson(String ueEventStr)
在 VIZ.FGOUT.Module.UEControlPanelViewModel.StartPackaging()
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-18 17:32:33,504 [8] ERROR VIZ.Framework.Connection.UdpConnection - System.Net.Sockets.SocketException (0x80004005): 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.ReceiveFrom(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP)
在 System.Net.Sockets.UdpClient.Receive(IPEndPoint& remoteEP)
在 VIZ.Framework.Connection.UdpConnection.ReceiveMessage() 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpConnection.cs:行号 168
2023-08-18 17:32:49,960 [8] ERROR VIZ.Framework.Connection.UdpConnection - System.Net.Sockets.SocketException (0x80004005): 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.ReceiveFrom(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP)
在 System.Net.Sockets.UdpClient.Receive(IPEndPoint& remoteEP)
在 VIZ.Framework.Connection.UdpConnection.ReceiveMessage() 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpConnection.cs:行号 168
2023-08-18 17:37:23,822 [8] ERROR VIZ.Framework.Connection.UdpConnection - System.Net.Sockets.SocketException (0x80004005): 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.ReceiveFrom(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP)
在 System.Net.Sockets.UdpClient.Receive(IPEndPoint& remoteEP)
在 VIZ.Framework.Connection.UdpConnection.ReceiveMessage() 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpConnection.cs:行号 168
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -70,7 +70,7 @@ NAVIGATION3D_PROFILE_NAME=VIZ.H2V
; ============================================================
[UDP]
;UDP本机绑定IP, 如果该值不配置,那么会获取本机的第一个IPV4地址
UDP_BINDING_IP=192.168.31.33
UDP_BINDING_IP=192.168.31.67
;UDP本机绑定端口
UDP_BINDING_PORT=8100
; ============================================================
......
......@@ -70,7 +70,7 @@ NAVIGATION3D_PROFILE_NAME=VIZ.H2V
; ============================================================
[UDP]
;UDP本机绑定IP, 如果该值不配置,那么会获取本机的第一个IPV4地址
UDP_BINDING_IP=192.168.31.33
UDP_BINDING_IP=192.168.31.67
;UDP本机绑定端口
UDP_BINDING_PORT=8100
; ============================================================
......
876ae476e44c96fdff08df2a4b76101fe4db721d
1dc00d4cec167281917ada6ce5d63d2dfee8d8a7
......@@ -4,16 +4,16 @@
winexe
C#
.cs
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\
VIZ.FGOUT
none
false
DEBUG;TRACE
D:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\App.xaml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\App.xaml
2-1347366880
6968741766
431460283494
431254803023
CloseAlgorithmWindow.xaml;MainWindow.xaml;
False
......

FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\CloseAlgorithmWindow.xaml;;
FD:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\MainWindow.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\CloseAlgorithmWindow.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\MainWindow.xaml;;
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\
VIZ.Framework.Common.Resource
none
false
......@@ -13,7 +13,7 @@ DEBUG;TRACE
91711917753
3-1719726047
19-1151066432
19-915820474
Path\ArrowPathResource.xaml;Style\Button\Button_MessageBox.xaml;Style\Button\Button_Normal.xaml;Style\Button\Button_WindowTop.xaml;Style\GridSplitter\GridSplitter_None.xaml;Style\ListBox\ListBox_None.xaml;Style\ScrollView\ScrollView_Default.xaml;Style\TextBox\TextBox_None.xaml;Themes\Generic.xaml;
False
......
f37b2ce94f7ab69c57e326c9653852b38ecb5bfb
9ee7dce3c29d83c7acc3ef1d4c487748dc085983
......@@ -247,8 +247,6 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\ru\Xceed.Wpf
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\sv\Xceed.Wpf.AvalonDock.resources.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\zh-Hans\Xceed.Wpf.AvalonDock.resources.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framework.Common.csproj.AssemblyReference.cache
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\Interop.DeckLinkAPI.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framework.Common.csproj.ResolveComReference.cache
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\MessageBox\MessageBoxExWindow.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VideoControl\Control\VideoControl.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\Widgets\ColorPickButton\ColorPickWindow.g.cs
......
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\
VIZ.Framework.Common
none
false
......@@ -13,7 +13,7 @@ DEBUG;TRACE
15488264905
1191075600146
442047738191
441844013281
MessageBox\MessageBoxEx.xaml;MessageBox\MessageBoxExWindow.xaml;Themes\Generic.xaml;VideoControl\Control\VideoControl.xaml;Widgets\ColorPickButton\ColorPickButton.xaml;Widgets\ColorPickButton\ColorPickWindow.xaml;Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;Widgets\HotkeyBox\HotkeyBox.xaml;Widgets\IconButton\IconButton.xaml;Widgets\LabelValue\LabelValue.xaml;Widgets\NavigationControl\NavigationControl.xaml;Widgets\ResizeImageControl\ResizeImageControl.xaml;Widgets\ShowMessageControl\ShowMessageControl.xaml;Widgets\VideoTimeBar\VideoTimeBar.xaml;Widgets\ViewLoader\ViewLoader.xaml;
False
......
D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxEx.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxExWindow.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Themes\Generic.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\VideoControl\Control\VideoControl.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ColorPickButton\ColorPickButton.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ColorPickButton\ColorPickWindow.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\HotkeyBox\HotkeyBox.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\IconButton\IconButton.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\LabelValue\LabelValue.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\NavigationControl\NavigationControl.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ResizeImageControl\ResizeImageControl.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ShowMessageControl\ShowMessageControl.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\VideoTimeBar\VideoTimeBar.xaml;;
FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ViewLoader\ViewLoader.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxEx.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxExWindow.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Themes\Generic.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\VideoControl\Control\VideoControl.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ColorPickButton\ColorPickButton.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ColorPickButton\ColorPickWindow.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\HotkeyBox\HotkeyBox.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\IconButton\IconButton.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\LabelValue\LabelValue.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\NavigationControl\NavigationControl.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ResizeImageControl\ResizeImageControl.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ShowMessageControl\ShowMessageControl.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\VideoTimeBar\VideoTimeBar.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\Widgets\ViewLoader\ViewLoader.xaml;;
......@@ -73,5 +73,12 @@ namespace VIZ.Framework.Connection
log.Info("发送UDPJosn串:"+msg);
}
public static void SendJsonString(this UdpEndpointManager manager, string msg)
{
SendString(manager, msg, Encoding.UTF8);
log.Info("发送UDPJosn串:" + msg);
}
}
}
45ce152587a105e4bb803555a06065e9b52ba140
4b6c2ad0cdeb41dd7787bcd628025e0335d0b484
fbedbf7b63d7b68c238fbc8b66468340832dd760
15b39226a25098faea887567eb73e4aafb9c2b36
......@@ -4,7 +4,7 @@
library
C#
.cs
D:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\
VIZ.Framework.Module
none
false
......@@ -13,7 +13,7 @@ DEBUG;TRACE
11882902973
212023628146
251955687342
25-2140555781
Themes\Generic.xaml;
False
......

FD:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Module\Themes\Generic.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\Themes\Generic.xaml;;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment