public interface SystemConfiguration
Modifier and Type | Method and Description |
---|---|
CapabilityManager |
getCapabilityManager()
Access an interface that can be used for verifying that specific capabilities are available on the underlying
robot/system.
|
ControllableResourceModel |
getControllableResourceModel()
Access an interface for requesting exclusive control of system resources, e.g.
|
ResourceModel |
getResourceModel() |
CapabilityManager getCapabilityManager()
RequiredCapability
.ResourceModel getResourceModel()
ControllableResourceModel getControllableResourceModel()
Access an interface for requesting exclusive control of system resources, e.g. the configuration of the Tool I/O Interface.
NOTE: Requesting control of a system resource must happen in the scope of theScrewdriverContribution.configureInstallation(CustomUserInputConfiguration, SystemConfiguration, TCPConfiguration, ScrewdriverAPIProvider)
method.Copyright © 2021. All rights reserved.