mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
12 lines
382 B
Java
Executable File
12 lines
382 B
Java
Executable File
package com.sap.sailing.landscape.procedures;
|
|
|
|
import com.sap.sse.landscape.ProcessConfigurationVariable;
|
|
|
|
public enum SailingProcessConfigurationVariables implements ProcessConfigurationVariable {
|
|
/**
|
|
* The user data variable that sets the UDP port to listen on, particularly for messages coming
|
|
* from the navigation tool "Expedition"
|
|
*/
|
|
EXPEDITION_PORT;
|
|
}
|