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
RDF::Trine::Parser::RDFa(3pm)				User Contributed Perl Documentation			     RDF::Trine::Parser::RDFa(3pm)

NAME
RDF::Trine::Parser::RDFa - RDFa Parser VERSION
This document describes RDF::Trine::Parser::RDFa version 1.000 SYNOPSIS
use RDF::Trine::Parser; my $parser = RDF::Trine::Parser->new( 'rdfxml' ); $parser->parse_into_model( $base_uri, $data, $model ); DESCRIPTION
... METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Trine::Parser class. "new ( options => \%options )" Returns a new RDFa parser object with the supplied options. "parse_into_model ( $base_uri, $data, $model [, context => $context] )" Parses the $data, using the given $base_uri. For each RDF statement parsed, will call "$model->add_statement( $statement )". "parse ( $base_uri, $rdf, &handler )" BUGS
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>. AUTHOR
Gregory Todd Williams "<gwilliams@cpan.org>" COPYRIGHT
Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-29 RDF::Trine::Parser::RDFa(3pm)