All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.scos2k.Scos2kPlugin Maven / Gradle / Ivy

Go to download

Implements SCOS 2000 MIB loader including executors for OL expressions and decoding of special SCOS 2000 data types

There is a newer version: 0.5.0
Show newest version
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