edu.iris.Fissures.IfNetwork
Class Sensor

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.SeismicHardware
      extended by edu.iris.Fissures.IfNetwork.Sensor
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public abstract class Sensor
extends SeismicHardware

See Also:
Serialized Form

Field Summary
 float nominal_high_freq
           
 float nominal_low_freq
           
 
Fields inherited from class edu.iris.Fissures.IfNetwork.SeismicHardware
id_number, manufacturer, model, serial_number
 
Constructor Summary
Sensor()
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
           
 java.lang.String[] _truncatable_ids()
           
 org.omg.CORBA.TypeCode _type()
           
 void _write(org.omg.CORBA.portable.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nominal_high_freq

public float nominal_high_freq

nominal_low_freq

public float nominal_low_freq
Constructor Detail

Sensor

public Sensor()
Method Detail

_truncatable_ids

public java.lang.String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase
Overrides:
_truncatable_ids in class SeismicHardware

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable
Overrides:
_read in class SeismicHardware

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable
Overrides:
_write in class SeismicHardware

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable
Overrides:
_type in class SeismicHardware