Module JNISpice
Package spice.basic

Class SCLK


  • public class SCLK
    extends java.lang.Object
    Class SCLK represents identities of spacecraft clocks.

    Version 1.0.0 29-SEP-2009 (NJB)

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int clockID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SCLK​(int SCLKcode)
      Construct an SCLK from an integer code.
      SCLK​(SCLK ID)
      Construct an SCLK from another SCLK.
    • Method Summary

      Modifier and Type Method Description
      int getIDCode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clockID

        private int clockID
    • Constructor Detail

      • SCLK

        public SCLK​(int SCLKcode)
        Construct an SCLK from an integer code.
        Parameters:
        SCLKcode - int
      • SCLK

        public SCLK​(SCLK ID)
        Construct an SCLK from another SCLK.
        Parameters:
        ID - SCLK
    • Method Detail

      • getIDCode

        public int getIDCode()
        Returns: