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