File tree Expand file tree Collapse file tree
python/examples/aisbrowser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080
8181/*! \mainpage AIVDM/AIVDO AIS Message Parser
8282 <center>Copyright 2006-2020 by Brian C. Lane <bcl@brianlane.com><br>
83- http ://www.aisparser. com/
83+ https ://github. com/bcl/aisparser
8484 </center>
8585
8686
Original file line number Diff line number Diff line change 77{ }
88{ }
99{ AIVDM/AIVDO AIS Message Parser }
10- { <center> Copyright 2006 by Brian C. Lane <bcl@brianlane.com><br> }
11- { http ://www.aisparser. com/ }
10+ { Copyright 2006 by Brian C. Lane <bcl@brianlane.com> }
11+ { https ://github. com/bcl/aisparser }
1212{ }
1313{ The Automatic Identification System (AIS) allows ships to be tracked in }
1414{ realtime based on information transmitted by each ship. They are equipped }
Original file line number Diff line number Diff line change 11AIS Parser SDK VB6 DLL
22Copyright 2006-2020 by Brian C. Lane
3- http ://www.aisparser. com
3+ https ://github. com/bcl/aisparser
44
55
66Example VB6 code is in ./examples
Original file line number Diff line number Diff line change 11LIBRARY aisparser
2- DESCRIPTION "AIS Parser http ://www.aisparser. com\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved\n"
2+ DESCRIPTION "AIS Parser https ://github. com/bcl/aisparser \nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved\n"
33EXPORTS
44 InitAisparser
55 CloseAisparser
Original file line number Diff line number Diff line change 22[
33 // UUID for this project, generated with GUIDGEN
44 uuid(1E5B88B3-2F69-41d3-B5F7-7BA6FC5CB5F7),
5- helpstring("AIS Parser SDK Library for Windows - http ://www.aisparser. com\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved"),
5+ helpstring("AIS Parser SDK Library for Windows - https ://github. com/bcl/aisparser \nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved"),
66 // Standard English Locale
77 lcid(0x0409),
88 // Assign a version number to keep track of changes.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Private Sub Command1_Click()
2828' AIS Parser SDK Visual Basic DLL Test Functions
2929' Copyright 2006-2020 by Brian C. Lane
3030' All Rights Reserved
31- ' http ://www.aisparser. com
31+ ' https ://github. com/bcl/aisparser
3232'
3333' The DLL exports all of the SDK functions and also provides a couple of
3434' additional routines to make life easier for the VB developer
Original file line number Diff line number Diff line change 11Type=Exe
22Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
3- Reference=*\G{1E5B88B3-2F69-41D3-B5F7-7BA6FC5CB5F7}#1.7#409#aisparser.dll#AIS Parser SDK Library for Windows - http ://www.aisparser. com
3+ Reference=*\G{1E5B88B3-2F69-41D3-B5F7-7BA6FC5CB5F7}#1.7#409#aisparser.dll#AIS Parser SDK Library for Windows - https ://github. com/bcl/aisparser
44Form=Form1.frm
55Startup="Form1"
66HelpFile=""
Original file line number Diff line number Diff line change 11"""
22AIS Message Browser message field order
33Copyright 2007 by Brian C. Lane <bcl@brianlane.com>
4- http ://browser.aisparser. com
4+ https ://github. com/bcl/aisparser
55"""
66
77# AIS Message field order -- This should go into another file
You can’t perform that action at this time.
0 commit comments