Variable VeronaOperationsConst

VeronaOperations: {
    READY_NOTIFICATION: "vosReadyNotification";
    SCHEME_CHANGED_NOTIFICATION: "vosSchemeChangedNotification";
    START_COMMAND: "vosStartCommand";
} = ...

Verona operation IDs for all message types.

Use these constants instead of hardcoded strings to ensure type safety and prevent typos in message handling.

Type declaration

  • ReadonlyREADY_NOTIFICATION: "vosReadyNotification"

    Schemer announces it is ready to receive commands

  • ReadonlySCHEME_CHANGED_NOTIFICATION: "vosSchemeChangedNotification"

    Schemer sends updated coding scheme data to the host

  • ReadonlySTART_COMMAND: "vosStartCommand"

    Host sends execution parameters and variables to the schemer