Uses of Class
com.galil.Gclib.Interrupt
Packages that use Gclib.Interrupt
-
Uses of Gclib.Interrupt in com.galil
Methods in com.galil that return Gclib.InterruptModifier and TypeMethodDescriptionGclib.Interrupt.axis(byte setter) Gclib.Interrupt.digital_input(short setter) Gclib.Controller.interrupt()Gclib.Controller.interrupt(int timeout) Get a queued interrupt, or wait up totimeoutms for one to arrive.Gclib.Interrupt.status(short setter) Gclib.Interrupt.type(Gclib.Interrupt.Type setter) Gclib.Interrupt.user_interrupt(short setter) Methods in com.galil with parameters of type Gclib.InterruptModifier and TypeMethodDescriptionvoidGclib.InterruptCallback_Interrupt.call(Gclib.Interrupt arg0) voidGclib.InterruptCallback.call(Gclib.Interrupt arg0) Method parameters in com.galil with type arguments of type Gclib.InterruptModifier and TypeMethodDescriptionvoidGclib.Controller.subscribeInterrupts(Consumer<Gclib.Interrupt> callback) \brief Subscribe to interrupts.