fcn

package
v0.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FcnMeta

type FcnMeta struct {
	SatellitePrns []SatellitePrn
	SatelliteFcns []SatelliteFcn
}

FcnMeta -

func NewFcnMetaHTTP

func NewFcnMetaHTTP(path string) (fcnMeta FcnMeta, err error)

NewFcnMetaHTTP -

func NewFcnMetaLocal

func NewFcnMetaLocal(path string) (fcnMeta FcnMeta, err error)

NewFcnMetaLocal -

func (*FcnMeta) GetFcn

func (f *FcnMeta) GetFcn(svId string, t time.Time) (fcn int, err error)

GetFcn -

func (*FcnMeta) GetSvID

func (f *FcnMeta) GetSvID(prn string, t time.Time) (svId string, err error)

GetSvID -

type SatelliteFcn

type SatelliteFcn struct {
	SvId  string
	Begin time.Time
	End   time.Time
	Fcn   int
}

type SatellitePrn

type SatellitePrn struct {
	SvId  string
	Begin time.Time
	End   time.Time
	Prn   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL