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
|
Constructor Summary |
Event()
|
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
Event
public Event()
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