grs.pds
Class Event

java.lang.Object
  |
  +--grs.pds.Event
All Implemented Interfaces:
SQLData

public class Event
extends Object
implements SQLData

Neutron events data.

Author:
guym

Field Summary
 byte delay
           
 byte delay_hits
           
 byte prism_id
          prism
 long prompt
          value of prompt
 short ttsp
          time to second pulse
 
Constructor Summary
Event()
           
 
Method Summary
 String getSQLTypeName()
           
 void readSQL(SQLInput in, String type)
           
 void writeSQL(SQLOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ttsp

public short ttsp
time to second pulse


delay_hits

public byte delay_hits

prism_id

public byte prism_id
prism


delay

public byte delay

prompt

public long prompt
value of prompt

Constructor Detail

Event

public Event()
Method Detail

getSQLTypeName

public String getSQLTypeName()
Specified by:
getSQLTypeName in interface SQLData
See Also:
SQLData.getSQLTypeName()

readSQL

public void readSQL(SQLInput in,
                    String type)
             throws SQLException
Specified by:
readSQL in interface SQLData
SQLException
See Also:
SQLData.readSQL(SQLInput, String)

writeSQL

public void writeSQL(SQLOutput out)
              throws SQLException
Specified by:
writeSQL in interface SQLData
SQLException
See Also:
SQLData.writeSQL(SQLOutput)


2001 Mars Odyssey Gamma Ray Spectrometer Team