
org.yamcs.scos2k.Scos2kPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-scos2k Show documentation
Show all versions of yamcs-scos2k Show documentation
Implements SCOS 2000 MIB loader including executors for OL
expressions and decoding of special SCOS 2000 data types
package org.yamcs.scos2k;
import org.yamcs.algorithms.AlgorithmManager;
import org.yamcs.scos2k.ol.OLAlgorithmEngine;
import org.yamcs.Plugin;
public class Scos2kPlugin implements Plugin {
public Scos2kPlugin() {
AlgorithmManager.registerAlgorithmEngine(OLAlgorithmEngine.LANGUAGE_NAME, new OLAlgorithmEngine());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy