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
Stream TM Packet Provider¶
Receives packets from tm
streams and sends them to the processor for extraction of parameters.
This respects the root container defined as part of the streamConfig
in etc/yamcs.yaml
.
Class Name¶
Configuration¶
This service is defined in etc/processor.yaml
. Example:
realtime:
services:
- class: org.yamcs.StreamTmPacketProvider
args:
streams: ["tm_realtime", "tm_dump"]
Configuration Options¶
- streams (list of strings)
Required. The streams to read.