|
BowlerKernel
|

Public Member Functions | |
| String | getAxis () |
| void | setValue (double value) |
Definition at line 3 of file IGCodeChannel.java.
| String com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGCodeChannel.getAxis | ( | ) |
Return the gcode axis of this channel
Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeRotory, com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodePrismatic, and com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GCodeHeater.
Referenced by com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.flush(), and com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.loadCurrent().
| void com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGCodeChannel.setValue | ( | double | value | ) |
Set a value of the current position
| value | of the current psition |
Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeRotory, com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodePrismatic, and com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GCodeHeater.
Referenced by com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.loadCurrent().