JNISpice
version 2.0.0

spice.basic
Class SCLK

java.lang.Object
  extended by spice.basic.SCLK

public class SCLK
extends java.lang.Object

Class SCLK represents identities of spacecraft clocks.

Version 1.0.0 29-SEP-2009 (NJB)


Constructor Summary
SCLK(int SCLKcode)
          Construct an SCLK from an integer code.
SCLK(SCLK ID)
          Construct an SCLK from another SCLK.
 
Method Summary
 int getIDCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCLK

public SCLK(int SCLKcode)
Construct an SCLK from an integer code.


SCLK

public SCLK(SCLK ID)
Construct an SCLK from another SCLK.

Method Detail

getIDCode

public int getIDCode()

JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)