edu.sc.seis.seisFile.stationxml
Class DataLogger

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.Equipment
      extended by edu.sc.seis.seisFile.stationxml.DataLogger

public class DataLogger
extends Equipment


Field Summary
protected  int recordedChannels
           
protected  int totalChannels
           
 
Fields inherited from class edu.sc.seis.seisFile.stationxml.Equipment
calibrationDate, description, equipType, installationDate, manufacturer, model, removalDate, serialNumber, vendor
 
Constructor Summary
DataLogger(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 int getRecordedChannels()
           
 int getTotalChannels()
           
 
Methods inherited from class edu.sc.seis.seisFile.stationxml.Equipment
getCalibrationDate, getDescription, getEquipType, getInstallationDate, getManufacturer, getModel, getRemovalDate, getSerialNumber, getVendor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalChannels

protected int totalChannels

recordedChannels

protected int recordedChannels
Constructor Detail

DataLogger

public DataLogger(javax.xml.stream.XMLEventReader reader)
           throws javax.xml.stream.XMLStreamException,
                  StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

getTotalChannels

public int getTotalChannels()

getRecordedChannels

public int getRecordedChannels()