
org.yamcs.tse.TsePostprocessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-tse Show documentation
Show all versions of yamcs-tse Show documentation
Interface with Test Support Equipment
package org.yamcs.tse;
import org.yamcs.cmdhistory.CommandHistoryPublisher;
import org.yamcs.tse.api.TseCommand;
public interface TsePostprocessor {
/**
* Process an instruction passed to TseCommander.
*/
TseCommand process(TseCommand.Builder commandBuilder);
/**
* Sets the command history listener which can be used to provide command history entries related to the command
* processed.
*/
default void setCommandHistoryPublisher(CommandHistoryPublisher commandHistoryListener) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy