forked from ricorx7/RTI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpccasvis.zjd.txt
124 lines (122 loc) · 6.48 KB
/
pccasvis.zjd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
RTI-2.21.3
- Changed the version number.
- Added SystemSetupDataSet.
- In Ensemble, added SystemSetupDataSet.
- In AdcpBinaryCodec, added SystemSetupData to parser.
- In Project, added SystemSetupDS column to CreateProjectTables(). Bump rev to D5.
- In AdcpDatabaseWriter, added SystemSetupDataSet to project db file.
- In DbCommon, added COL_SYSTEMSETUP_DS.
- In Cache, changed dictionary to ConcurrentDictionary.
- In Commons, added NMEA_FILE_EXT to file extensions.
- In Project, added Gps and NMEA writers.
- In AdcpDatabaseCodec, read in ProfileEngineering, BottomTrackEngineering and SystemSetup datasets.
- In Project, added GPS1, GPS2, NMEA1, NMEA2 columns to CreateProjectTables(). Bump rev to D6.
- In AdcpDatabaseCodec, added GPS1, GPS2, NMEA1 and NMEA2 column to the project db file.
- In all the GPS sentences, put all parsing in a try block or used TryParse.
- In AdcpDatabaseCodec, read in GPS1, GPS2, NMEA1 and NMEA2 data.
- In AdcpDatabaseCodec, check if the column exist when parsing the data in ParseDataTables().
- In Prti01Sentence and Prti02Sentence, fixed parsing the status value from hex to int in OnSentenceChanged().
- In AdcpBinaryWriter, added filetype to know what type of binary file is being created. This will set the file name and extension.
- In EnsembleDataSet, added constructor that takes a PRTI03 sentence.
- In AncillaryDataSet, added constructor that takes a PRTI03 sentence.
- In BottomTrackDataSet, added constructor that takes a PRTI03 sentence.
- In InstrumentWaterMassDataSet, added constructor that takes a PRTI03 sentence. Added Q value.
- In BaseDataSet, added Q value to Water Mass DataSet.
- In Ensemble, added ability to decode PRIT03 sentence.
- In AdcpDvlCodec, added ability to decode PRIT03 sentence.
- In PRTI01Sentence and PRTI02Sentence, added Subsystem Configuration.
- Added PRTI03Sentence.
- Added PRTI30Sentence and PRTI31Sentence.
- In DbCommons, Added COL_ADCPGPS.
- In AdcpDatabaseWriter, added AdcpGps Column to the project to store the GPS data within the ADCP.
- In Project, added AdcpGps column to CreateProjectTables(). Bump rev to D7.
- In AdcpConfiguration, added VesselMountOptions to store vessel mount options.
- In AdcpDatabaseWriter, removed the EnsembleNmea object and put the NMEA data in the ensemble.
- In GpggaSentence, fixed a bug when parsing the Latitude and longitude.
- In NmeaDataSet, added GPHDT.
- Added VmHeadingSource.cs and VmHeadingOffset.cs.
- In AdcpDatabaseWriter, write the position if the GPGGA message is given.
- In DbCommons, Added COL_ENS_POSITION.
- In AdcpDvlCodec, pass all the DVL data to as binary data to be recorded in SendData().
- In PRTIXXXSentence, set the SubsystemConfig number as the same as the CEPO index in OnSentenceChanged().
- In Firmware, in ToString(), display the SubSystemCode as a char.
- In AdcpDatabaseCodec, fixed bug in WriteEnsembleDataToDatabase() where if GPS data was not present, the @position value was not set.
- In PRTIXXXSentence, fixed constructor to take subsystem CEPO index.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: ChangeLog.txt
# modified: Codec/AdcpBinaryCodec.cs
# modified: Codec/AdcpDatabaseCodec.cs
# modified: Codec/AdcpDvlCodec.cs
# modified: Commons/Commons.cs
# modified: Commons/DbCommon.cs
# modified: Communications/AdcpSerialPort.cs
# modified: DotSpatial/Positioning/GpggaSentence.cs
# modified: DotSpatial/Positioning/GpggkSentence.cs
# modified: DotSpatial/Positioning/GpgllSentence.cs
# modified: DotSpatial/Positioning/GpgsaSentence.cs
# modified: DotSpatial/Positioning/GpgsvSentence.cs
# new file: DotSpatial/Positioning/GphdtSentence.cs
# modified: DotSpatial/Positioning/GprmcSentence.cs
# modified: DotSpatial/Positioning/GpvtgSentence.cs
# modified: DotSpatial/Positioning/Interfaces.cs
# modified: Models/AdcpCommands.cs
# modified: Models/AdcpConfiguration.cs
# modified: Models/AdcpSubsystemCommands.cs
# modified: Models/DVL/Interfaces.cs
# modified: Models/DVL/Prti01Sentence.cs
# modified: Models/DVL/Prti02Sentence.cs
# new file: Models/DVL/Prti03Sentence.cs
# new file: Models/DVL/Prti30Sentence.cs
# new file: Models/DVL/Prti31Sentence.cs
# modified: Models/DataSet/AncillaryDataSet.cs
# modified: Models/DataSet/BaseDataSet.cs
# modified: Models/DataSet/BottomTrackDataSet.cs
# modified: Models/DataSet/Ensemble.cs
# modified: Models/DataSet/EnsembleDataSet.cs
# modified: Models/DataSet/InstrumentWaterMassDataSet.cs
# modified: Models/DataSet/NmeaDataSet.cs
# new file: Models/DataSet/SystemSetupDataSet.cs
# modified: Models/Firmware.cs
# new file: Models/Options/DeploymentOptions.cs
# new file: Models/Options/ProjectOptions.cs
# new file: Models/Options/VesselMountOptions.cs
# modified: Models/Project.cs
# modified: Models/SerialNumber.cs
# modified: Models/VelocityVector.cs
# new file: Post Process/VesselMount/VesselMountScreen.cs
# new file: Post Process/VesselMount/VmHeadingOffset.cs
# new file: Post Process/VesselMount/VmHeadingSource.cs
# new file: Post Process/VesselMount/VmTiltOffset.cs
# new file: Post Process/VesselMount/VmTiltSource.cs
# modified: Properties/AssemblyInfo.cs
# modified: RTI.csproj
# modified: Reader/AdcpDatabaseReader.cs
# modified: UnitTests/Models/DVL/Prti01SentenceTest.cs
# modified: UnitTests/Models/DVL/Prti02SentenceTest.cs
# modified: UnitTests/Models/DataSet/InstrumentWaterMassDataSetTest.cs
# modified: UnitTests/Models/FirmwareTest.cs
# modified: Utils/Cache.cs
# modified: Utils/EnsembleHelper.cs
# modified: Writer/AdcpBinaryWriter.cs
# modified: Writer/AdcpDatabaseWriter.cs
# new file: mdixuljx.hgs.txt
#
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: Models/DataSet/InstrVelocityDataSet.cs
# deleted: Models/DeploymentOptions.cs
# deleted: Models/ProjectOptions.cs
# deleted: Screen/ReferenceLayerAverage.cs
# deleted: Screen/RemoveShipSpeed.cs
# deleted: Screen/ScreenBottomTrackRange.cs
# deleted: Screen/ScreenMarkBadBelowBottom.cs
# deleted: Screen/ScreenVelocity.cs
# deleted: UnitTests/Models/DataSet/SerialNumberTest.cs
#