Package jaid.ais.message

Examples of jaid.ais.message.AIVDM


                outDataStrm.write("OK\n");
                outDataStrm.flush();
                if (sentence.indexOf("!AIVDM") == 0) {
                    //process sentence
                    try {
                        aivdmData = new AIVDM(sentence, rxID);
                        //Handle multi-slot messages - well 2 slot anyway...
                        switch (aivdmData.getNumMsgParts()) {
                            case 1:
                                //1 part message - types 1,2,3,4,18
                                aivdmData.parseSentence(activeTargetsMap);
View Full Code Here

TOP

Related Classes of jaid.ais.message.AIVDM

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.