de.cau.cs.kieler.klots.sj.embedded
Interface EmbeddedConstants


public interface EmbeddedConstants

Rating red

Field Summary
static int BLUETOOTH_CONNECTION
           
static char COLON_CHAR
           
static String COLON_STRING
           
static char COMMA_CHAR
           
static String COMMA_STRING
           
static String EMBEDDED_JAVA_PROGRAM_MODE_COMMAND_KEY
           
static String EMBEDDED_SJ_PROGRAM_MODE_COMMAND_KEY
           
static String EMPTY_STRING
           
static String END_OF_MESSAGE_COMMAND_KEY
           
static String END_OF_TRANSMISSION_COMMAND_KEY
           
static String INSTRUCTION_TAG
           
static String JSON_EXECUTION_TRACE_TAG
           
static String JSON_INITIAL_EXECUTION_TAG
           
static String JSON_LABEL_TAG
           
static String JSON_PARAMETER_TAG
           
static String JSON_PRIORITY_TAG
           
static String JSON_RETURN_VALUE_TAG
           
static String JSON_SIGNALS_TAG
           
static String MESSAGE_LINE_DELIMITER
           
static String MESSAGE_NEW_LINE
           
static String NULL_STRING
           
static String PRINT_END_COMMAND_KEY
           
static String PRINT_START_COMMAND_KEY
           
static String PROGRAM_INFO_TAG
           
static char SEMICOLON_CHAR
           
static String SEMICOLON_STRING
           
static String SIGNALS_TAG
           
static char SPACE_CHAR
           
static String SPACE_STRING
           
static String STEP_COMMAND_KEY
           
static String STOP_COMMAND_KEY
           
static String SYNCHRONIZED_COMMAND_KEY
           
static String TICK_INFO_TAG
           
static int USB_CONNECTION
           
 

Field Detail

USB_CONNECTION

static final int USB_CONNECTION
See Also:
Constant Field Values

BLUETOOTH_CONNECTION

static final int BLUETOOTH_CONNECTION
See Also:
Constant Field Values

SIGNALS_TAG

static final String SIGNALS_TAG
See Also:
Constant Field Values

INSTRUCTION_TAG

static final String INSTRUCTION_TAG
See Also:
Constant Field Values

TICK_INFO_TAG

static final String TICK_INFO_TAG
See Also:
Constant Field Values

PROGRAM_INFO_TAG

static final String PROGRAM_INFO_TAG
See Also:
Constant Field Values

PRINT_START_COMMAND_KEY

static final String PRINT_START_COMMAND_KEY
See Also:
Constant Field Values

PRINT_END_COMMAND_KEY

static final String PRINT_END_COMMAND_KEY
See Also:
Constant Field Values

EMBEDDED_JAVA_PROGRAM_MODE_COMMAND_KEY

static final String EMBEDDED_JAVA_PROGRAM_MODE_COMMAND_KEY
See Also:
Constant Field Values

EMBEDDED_SJ_PROGRAM_MODE_COMMAND_KEY

static final String EMBEDDED_SJ_PROGRAM_MODE_COMMAND_KEY
See Also:
Constant Field Values

SYNCHRONIZED_COMMAND_KEY

static final String SYNCHRONIZED_COMMAND_KEY
See Also:
Constant Field Values

STEP_COMMAND_KEY

static final String STEP_COMMAND_KEY
See Also:
Constant Field Values

STOP_COMMAND_KEY

static final String STOP_COMMAND_KEY
See Also:
Constant Field Values

END_OF_MESSAGE_COMMAND_KEY

static final String END_OF_MESSAGE_COMMAND_KEY
See Also:
Constant Field Values

END_OF_TRANSMISSION_COMMAND_KEY

static final String END_OF_TRANSMISSION_COMMAND_KEY
See Also:
Constant Field Values

MESSAGE_LINE_DELIMITER

static final String MESSAGE_LINE_DELIMITER
See Also:
Constant Field Values

MESSAGE_NEW_LINE

static final String MESSAGE_NEW_LINE
See Also:
Constant Field Values

JSON_EXECUTION_TRACE_TAG

static final String JSON_EXECUTION_TRACE_TAG
See Also:
Constant Field Values

JSON_SIGNALS_TAG

static final String JSON_SIGNALS_TAG
See Also:
Constant Field Values

JSON_LABEL_TAG

static final String JSON_LABEL_TAG
See Also:
Constant Field Values

JSON_PRIORITY_TAG

static final String JSON_PRIORITY_TAG
See Also:
Constant Field Values

JSON_PARAMETER_TAG

static final String JSON_PARAMETER_TAG
See Also:
Constant Field Values

JSON_RETURN_VALUE_TAG

static final String JSON_RETURN_VALUE_TAG
See Also:
Constant Field Values

JSON_INITIAL_EXECUTION_TAG

static final String JSON_INITIAL_EXECUTION_TAG
See Also:
Constant Field Values

EMPTY_STRING

static final String EMPTY_STRING
See Also:
Constant Field Values

NULL_STRING

static final String NULL_STRING
See Also:
Constant Field Values

SPACE_CHAR

static final char SPACE_CHAR
See Also:
Constant Field Values

SPACE_STRING

static final String SPACE_STRING
See Also:
Constant Field Values

COLON_CHAR

static final char COLON_CHAR
See Also:
Constant Field Values

COLON_STRING

static final String COLON_STRING
See Also:
Constant Field Values

SEMICOLON_CHAR

static final char SEMICOLON_CHAR
See Also:
Constant Field Values

SEMICOLON_STRING

static final String SEMICOLON_STRING
See Also:
Constant Field Values

COMMA_CHAR

static final char COMMA_CHAR
See Also:
Constant Field Values

COMMA_STRING

static final String COMMA_STRING
See Also:
Constant Field Values