Package org.orekit.gnss.metric.parser
Class PythonAbstractEncodedMessage
- java.lang.Object
-
- org.orekit.gnss.metric.parser.AbstractEncodedMessage
-
- org.orekit.gnss.metric.parser.PythonAbstractEncodedMessage
-
- All Implemented Interfaces:
EncodedMessage
public class PythonAbstractEncodedMessage extends AbstractEncodedMessage
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractEncodedMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
fetchByte()
Fetch the next byte from the message.void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object-
Methods inherited from class org.orekit.gnss.metric.parser.AbstractEncodedMessage
extractBits, start
-
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
fetchByte
public int fetchByte()
Fetch the next byte from the message.- Specified by:
fetchByte
in classAbstractEncodedMessage
- Returns:
- next byte from the message, as a primitive integer, or -1 if end of data has been reached
-
-