Modifier and Type | Method and Description |
---|---|
void |
InstallationNodeContribution.generateScript(ScriptWriter writer)
Defines script code that is added to the beginning of the script code executed when a program is launched.
|
void |
ProgramNodeContribution.generateScript(ScriptWriter writer)
Defines the script code to be generated by this program node within the program.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptCodeGenerator.generateScript(ScriptWriter scriptWriter,
P parameters)
When this method is called (by PolyScope), the needed script code for the capability must be generated.
|
Modifier and Type | Method and Description |
---|---|
void |
GripperContribution.generateGripActionScript(ScriptWriter scriptWriter,
GripActionParameters parameters)
When this method is called, the script code for performing a grip action with the gripper must be generated.
|
void |
GripperContribution.generatePreambleScript(ScriptWriter scriptWriter)
Generate script code that must be executed before any gripper actions can be performed (such as required
initialization) when this method is called.
|
void |
GripperContribution.generateReleaseActionScript(ScriptWriter scriptWriter,
ReleaseActionParameters parameters)
When this method is called, the script code for performing a release action with the gripper must be generated.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrewdriverContribution.generatePreambleScript(ScriptWriter scriptWriter)
Generate script code that must be executed before any screwdriver operations can be performed (such as required
initialization) when this method is called.
|
void |
ScrewdriverContribution.generateStartScrewdriverScript(ScriptWriter scriptWriter,
ScrewdriverParameters parameters)
When this method is called, the script code for driving the screw must be generated.
|
void |
ScrewdriverContribution.generateStopScrewdriverScript(ScriptWriter scriptWriter,
ScrewdriverParameters parameters)
When this method is called, the script code for stopping the screw driver must be generated (i.e.
|
Copyright © 2021. All rights reserved.