Uses of Class
spice.basic.SCLKTime
-
Packages that use SCLKTime Package Description spice.basic -
-
Uses of SCLKTime in spice.basic
Fields in spice.basic declared as SCLKTime Modifier and Type Field Description (package private) SCLKTime
PointingRecord. actualSCLKTime
(package private) SCLKTime
PointingRecord. requestSCLKTime
Methods in spice.basic that return SCLKTime Modifier and Type Method Description SCLKTime
SCLKTime. add(Duration d)
Add a Duration to an SCLKTime instance, producing another SCLKTime.SCLKTime
PointingRecord. getActualSCLKTime()
Obtain the actual SCLK epoch from a PointingRecord.The epoch is available only if pointing was found when the record was created.SCLKTime
PointingRecord. getRequestSCLKTime()
Get the request SCLK time from a pointing record.SCLKTime
SCLKTime. sub(Duration d)
Subtract a Duration from an SCLKTime instance, producing another SCLKTime.Constructors in spice.basic with parameters of type SCLKTime Constructor Description SCLKTime(SCLKTime t)
Create an SCLK time from another SCLK time.This constructor creates a deep copy.
-