org.yamcs.api.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
package org.yamcs.api;
public class Constants {
//requests for Yamcs Processors
static public final String YPR_createProcessor = "createProcessor";
static public final String YPR_connectToProcessor = "connectToProcessor";
static public final String YPR_pauseReplay = "pauseReplay";
static public final String YPR_resumeReplay = "resumeReplay";
static public final String YPR_seekReplay = "seekReplay";
//commanding requests
static public final String CMD_queue = "queue";
static public final String CMD_validator = "validator";
}