Uses of Class
org.orekit.files.rinex.clock.Receiver
-
Packages that use Receiver Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files. -
-
Uses of Receiver in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type Receiver Modifier and Type Method Description List<Receiver>RinexClockHeader. getReceivers()Getter for the receivers.Methods in org.orekit.files.rinex.clock with parameters of type Receiver Modifier and Type Method Description voidRinexClockHeader. addReceiver(Receiver receiver)Add a new receiver to the list of stored receivers.
-