#include <screw_driver_configuration.h>
This interface provides parameters relevant for generating script code for the Program Selection capability (registered using ScrewdriverCapabilities#registerProgramSelectionCapability(ScrewdriverProgramListProvider,
ScriptCodeGenerator)).
These parameters are passed when AuboScope calls the implementation of the ScriptCodeGenerator#generateScript(ScriptWriter, Object) method responsible for the generating the script code.
在文件 screw_driver_configuration.h 第 24 行定义.
◆ ~ProgramSelectionParameters()
| virtual arcs::aubo_scope::ProgramSelectionParameters::~ProgramSelectionParameters |
( |
| ) |
|
|
virtualdefault |
◆ getScrewdriverOperationType()
- 返回
- The operation type selected by the end user.
- 异常
-
| UnsupportedOperationException | if the screwdriver has not registered this capability |
◆ getScrewdriverProgram()
| virtual ScrewdriverProgram arcs::aubo_scope::ProgramSelectionParameters::getScrewdriverProgram |
( |
| ) |
|
|
pure virtual |
- 返回
- The selected screwdriver program to use for the operation.
- 异常
-
| UnsupportedOperationException | if the screwdriver has not registered this capability |
该类的文档由以下文件生成: