GnssCapture

A single GNSS scan capture containing the scan payload and optional capture time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.

Link copied to clipboard

Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.

Functions

Link copied to clipboard
inline fun copy(block: GnssCapture.Builder.() -> Unit = {}): GnssCapture
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String