BowlerKernel
|
Public Member Functions | |
void | execute (GCodeLineData prev, GCodeLineData line) throws Exception |
![]() | |
void | setSubHandlers (List< CodeHandler > subHandlers) |
void | callSubMethods (GCodeLineData prev, GCodeLineData line) throws Exception |
An empty code handler, for noting that "do nothing" is the correct action. Presently used for absolute positioning and programming in mm, because those are the internal representations.
Definition at line 9 of file EmptyCodeHandler.java.
void com.neuronrobotics.replicator.driver.interpreter.EmptyCodeHandler.execute | ( | GCodeLineData | prev, |
GCodeLineData | line | ||
) | throws Exception |
Execute the action associated with this handler. this is permitted to modify the values stored in line; prev should be considered immutable.
prev | The register values for the previous line of G code. Contains such things as the last set position, for interpolation schemes. |
line | The current set of register values for this line of G code. |
Exception | the exception |
Reimplemented from com.neuronrobotics.replicator.driver.interpreter.CodeHandler.
Definition at line 14 of file EmptyCodeHandler.java.