edu.iris.dmc.seed.control.station.B056 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-4-seed Show documentation
Show all versions of java-4-seed Show documentation
Java API to work with seismic dataless seed
package edu.iris.dmc.seed.control.station;
public class B056 extends AbstractResponseBlockette{
public B056() {
super(56, "Generic Response Blockette");
}
@Override
public String toSeedString() {
// TODO Auto-generated method stub
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy