Class TrcServoGrabber.ActionParams

java.lang.Object
trclib.subsystem.TrcServoGrabber.ActionParams
Enclosing class:
TrcServoGrabber

private static class TrcServoGrabber.ActionParams extends Object
This class encapsulates all the parameters required to perform the action.
  • Field Details

    • owner

      String owner
    • completionEvent

      TrcEvent completionEvent
    • timeout

      double timeout
    • callbackEvent

      TrcEvent callbackEvent
  • Constructor Details

    • ActionParams

      ActionParams(String owner, TrcEvent completionEvent, double timeout, TrcEvent callbackEvent)
  • Method Details