/  Yamcs Server Manual  /  Processors  /  Algorithm Manager

Algorithm Manager

Executes algorithms and provides output parameters.

Class Name

org.yamcs.algorithms.AlgorithmManager

Configuration

This service is defined in etc/processor.yaml. Example:

realtime:
  services:
    - class: org.yamcs.algorithms.AlgorithmManager
      args:
        libraries:
          JavaScript:
            - "mdb/mylib.js"

Configuration Options

libraries (map)

Libraries to be included in algorithms. The map points from the scripting language to a list of file paths.