Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Extending Yamcs
Appendices
Related
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Download this Document
Command PostprocessorΒΆ
When a data link is about to send an outgoing command, it is first provided to a so called postprocessor.
A postprocessor has the capability to modify the command binary, and so is used to set sequence counts, calculating checksums and any other bit manipulation that may need to occur.
Command Postprocessor Implementations