Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Related
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Download this Document
Algorithm Manager¶
Executes algorithms and provides output parameters.
Class Name¶
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.