AIS Parser SDK 1.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AIS Parser SDK 1.9 (Default branch)
# 1  
Old 12-28-2008
AIS Parser SDK 1.9 (Default branch)

AIS Parser SDK is a library of functions allowingyou to add support for Automatic Identificationreceivers (AIS) to your project. It parses shippositions, names, destinations, etc. from standardAIVDM messages. It includes C source anddocumentation.License: Other/Proprietary License with SourceChanges:
A beta release of Java package parsing messages 1-24. A Win32 python module built with Python 2.5.2. A get_timetag function to parse the 20-bit timestamp format used in ETA, Seaway, and IMO messages. A missing break; in message 15 parsing has been fixed. portable.h now checks for Cygwin. A missing wave_dir field in IMO message 1.11 has been added. A bin2sixbit 1-off error has been fixed. The example documentation has been improved (loop when adding packets).Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ExtUtils::XSpp::Parser(3pm)				User Contributed Perl Documentation			       ExtUtils::XSpp::Parser(3pm)

NAME
ExtUtils::XSpp::Parser - an XS++ parser ExtUtils::XSpp::Parser::new( file => path ) Create a new XS++ parser. ExtUtils::XSpp::Parser::parse Parse the file data; returns true on success, false otherwise, on failure "get_errors" will return the list of errors. ExtUtils::XSpp::Parser::get_data Returns a list containing the parsed data. Each item of the list is a subclass of "ExtUtils::XSpp::Node" ExtUtils::XSpp::Parser::get_errors Returns the parsing errors as an array. ExtUtils::XSpp::Parser::load_plugin Loads the specified plugin and calls its "register_plugin" method. ExtUtils::XSpp::Parser::add_post_process_plugin Adds the specified plugin to be called after parsing is complete to modify the parse tree before it is emitted. ExtUtils::XSpp::Parser::add_class_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a class. ExtUtils::XSpp::Parser::add_function_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_method_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_toplevel_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo top level directives. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Parser(3pm)