eu.dariolucia.ccsds.sle.utl.si.SleOperationNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eu.dariolucia.ccsds.sle.utl Show documentation
Show all versions of eu.dariolucia.ccsds.sle.utl Show documentation
Library implementing the user role of the CCSDS SLE standards RAF, RCF, ROCF, CLTU.
The newest version!
/*
* Copyright (c) 2019 Dario Lucia (https://www.dariolucia.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package eu.dariolucia.ccsds.sle.utl.si;
public final class SleOperationNames {
private SleOperationNames() {
// Private constructor
throw new UnsupportedOperationException("Class not meant to be instantiated");
}
public static final String BIND_NAME = "BIND";
public static final String BIND_RETURN_NAME = "BIND-RETURN";
public static final String UNBIND_NAME = "UNBIND";
public static final String UNBIND_RETURN_NAME = "UNBIND-RETURN";
public static final String START_NAME = "START";
public static final String START_RETURN_NAME = "START-RETURN";
public static final String STOP_NAME = "STOP";
public static final String STOP_RETURN_NAME = "STOP-RETURN";
public static final String GET_PARAMETER_NAME = "GET-PARAMETER";
public static final String GET_PARAMETER_RETURN_NAME = "GET-PARAMETER-RETURN";
public static final String STATUS_REPORT_NAME = "STATUS-REPORT";
public static final String SCHEDULE_STATUS_REPORT_NAME = "SCHEDULE-STATUS-REPORT";
public static final String SCHEDULE_STATUS_REPORT_RETURN_NAME = "SCHEDULE-STATUS-REPORT-RETURN";
public static final String TRANSFER_BUFFER_NAME = "TRANSFER-BUFFER";
public static final String TRANSFER_DATA_NAME = "TRANSFER-DATA";
public static final String NOTIFY_NAME = "NOTIFY";
public static final String TRANSFER_DATA_RETURN_NAME = "TRANSFER-DATA-RETURN";
public static final String THROW_EVENT_NAME = "THROW-EVENT";
public static final String THROW_EVENT_RETURN_NAME = "THROW-EVENT-RETURN";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy