Packages

o

com.here.platform.location.tpeg2

BinaryMarshallers

object BinaryMarshallers

Factory methods for BinaryMarshallers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryMarshallers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def openLRLocationReference(config: BinaryMarshallerConfig): BinaryMarshaller[OpenLRLocationReference]

    Marshaller for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences.

  16. val openLRLocationReference: BinaryMarshaller[OpenLRLocationReference]

    Marshaller for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences with default configuration.

  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def tecMessage(config: BinaryMarshallerConfig): BinaryMarshaller[TECMessage]

    Marshaller for com.here.platform.location.tpeg2.tec.TECMessages.

  19. val tecMessage: BinaryMarshaller[TECMessage]

    Marshaller for com.here.platform.location.tpeg2.tec.TECMessages with default configuration.

  20. def tfpMessage(config: BinaryMarshallerConfig): BinaryMarshaller[TFPMessage]

    Marshaller for com.here.platform.location.tpeg2.tfp.TFPMessages.

  21. val tfpMessage: BinaryMarshaller[TFPMessage]

    Marshaller for com.here.platform.location.tpeg2.tfp.TFPMessages with default configuration.

  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def transportFrames(config: BinaryMarshallerConfig): BinaryMarshaller[TraversableOnce[TransportFrame]]

    Marshaller for streams of TransportFrames.

    Marshaller for streams of TransportFrames.

    Reads a TpegStream as specified by SFW A.2.2.1.1.

    This does not implement the synchronization method described in SFW A.2.2.1.3, so this cannot be used to parse information out of an inputStream that starts in the middle of a frame. This should be sufficient for client and server use cases that work with full frames or streams, but not for consuming raw radio signals unless frame synchronisation is performed first.

    This marshaller will use the character encoding specified in the configuration, regardless of what character encoding is specified in the SNI fast tuning table.

    Note that we don't have a marshaller for com.here.platform.location.tpeg2.sfw.TPEGDocuments, because TPEGDocument has no binary representation of its own, and has required fields that cannot be read from a binary representation.

  24. val transportFrames: BinaryMarshaller[TraversableOnce[TransportFrame]]

    Marshaller for streams of TransportFrames with default configuration.

    Marshaller for streams of TransportFrames with default configuration.

    Reads a TpegStream as specified by SFW A.2.2.1.1.

    This does not implement the synchronization method described in SFW A.2.2.1.3, so this cannot be used to parse information out of an inputStream that starts in the middle of a frame. This should be sufficient for client and server use cases that work with full frames or streams, but not for consuming raw radio signals unless frame synchronisation is performed first.

    This marshaller will use the default UTF-8 character encoding, regardless of what character encoding is specified in the SNI fast tuning table.

    Note that we don't have a marshaller for com.here.platform.location.tpeg2.sfw.TPEGDocuments, because TPEGDocument has no binary representation of its own, and has required fields that cannot be read from a binary representation.

  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped