#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.
Definition at line 24 of file screw_driver_configuration.h.
◆ ~ProgramSelectionParameters()
| virtual arcs::aubo_scope::ProgramSelectionParameters::~ProgramSelectionParameters |
( |
| ) |
|
|
virtualdefault |
◆ getScrewdriverOperationType()
- Returns
- The operation type selected by the end user.
- Exceptions
-
| UnsupportedOperationException | if the screwdriver has not registered this capability |
◆ getScrewdriverProgram()
| virtual ScrewdriverProgram arcs::aubo_scope::ProgramSelectionParameters::getScrewdriverProgram |
( |
| ) |
|
|
pure virtual |
- Returns
- The selected screwdriver program to use for the operation.
- Exceptions
-
| UnsupportedOperationException | if the screwdriver has not registered this capability |
The documentation for this class was generated from the following file: