mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-06 06:53:51 +00:00
Fix sample issues + minor property rename
This commit is contained in:
parent
a7dd92d432
commit
d7451c89bd
4 changed files with 10 additions and 9 deletions
|
|
@ -27,8 +27,8 @@
|
|||
<local:KeyValuePairControl Header="Height of Geoid: ">
|
||||
<local:KeyValuePairControl.Value>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="{Binding HeightOfGeoid}" />
|
||||
<TextBlock Text="{Binding HeightOfGeoidUnits}" />
|
||||
<TextBlock Text="{Binding GeoidalSeparation}" />
|
||||
<TextBlock Text="{Binding GeoidalSeparationUnits}" />
|
||||
</StackPanel>
|
||||
</local:KeyValuePairControl.Value>
|
||||
</local:KeyValuePairControl>
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
<Border Background="CornflowerBlue" Padding="10" Margin="-10,-10,-10,5">
|
||||
<TextBlock Text="GPGSA" FontSize="20" FontWeight="Bold" Foreground="White" />
|
||||
</Border>
|
||||
<local:KeyValuePairControl Header="GPS Mode: " Value="{Binding GpsMode}"/>
|
||||
<local:KeyValuePairControl Header="Fix Mode: " Value="{Binding FixMode, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="Satellite vehicles: " Value="{Binding SVs, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="GPS Mode: " Value="{Binding Mode}"/>
|
||||
<local:KeyValuePairControl Header="Fix Mode: " Value="{Binding Fix, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="Satellite vehicles: " Value="{Binding SatelliteIDs, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="HDOP: " Value="{Binding Hdop, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="VDOP: " Value="{Binding Vdop, Mode=OneTime}" />
|
||||
<local:KeyValuePairControl Header="PDOP: " Value="{Binding Pdop, Mode=OneTime}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue