- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Stream TC Command Releaser¶
Sends commands to the configured tc
streams.
The service supports sending commands to multiple streams depending on the command name. Each stream can be connected to a different data link, thus allowing Yamcs to control multiple targets concurrently.
The streams where the commands are sent to are defined as part of the streamConfig section in the etc/yamcs.instance.yaml
instance configuration file.
Class Name¶
Configuration¶
This service is defined in etc/processor.yaml
. Example:
realtime:
services:
- class: org.yamcs.StreamTcCommandReleaser
Configuration Options¶
- stream (string)
The stream to send commands to. This option is deprecated in favor of the stream configuration defined at instance level. Among others, that configuration is preferred because it allows having different streams for different instances, whereas
etc/processor.yaml
defines this service is common for all instances.