Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Class ApplicationPresenterAPI

    Provides access to Application related API features in ApplicationPresenters

    Hierarchy

    • CommonPresenterAPI
      • ApplicationPresenterAPI
    Index

    Constructors

    Properties

    applicationNodeService: ApplicationNodeService
    applicationService: ApplicationService
    applicationVariablesService: ApplicationVariablesService
    dialogService: DialogService
    expressionEditorService: ExpressionEditorService
    framesService: FramesService
    freedriveService: FreedriveService
    functionService: FunctionService
    logMessageService: LogMessageService
    logPerformanceService: LogPerformanceService
    moduleService: ModuleService
    mountingService: MountingService
    programExecutionService: ProgramExecutionService
    programService: ProgramService
    programTreeService: ProgramTreeService
    robotInfoService: RobotInfoService
    robotMoveService: RobotMoveService
    robotPositionService: RobotPositionService
    ros2Client: Ros2Client
    safetyService: SafetyService
    settingsService: SettingsService
    snackbarService: SnackbarService
    sourceService: SourceService
    symbolService: SymbolService
    systemService: SystemService
    toolService: ToolService
    variableService: VariableService

    Methods

    • Creates a URL string for communicating with backend Container Contributions A protocol must be prepended to the string, like 'http://' or 'ws://'

      Parameters

      • vendorID: string

        Id of Vendor as specified in manifest.yaml file

      • urcapID: string

        Id of URCap as specified in manifest.yaml file

      • containerName: string

        Name of Container as specified in manifest.yaml file

      • serviceName: string

        Name of Service as specified by Ingress name in manifest.yaml file

      Returns string

      URL string without protocol.