public class CallbackStore
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
CallbackStore(int uid,
edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackNoIndexFunc ccf) |
CallbackStore(int index,
int uid,
edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackFunc ccf) |
CallbackStore(int index,
int channel,
int uid,
edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackChannelFunc ccf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
public CallbackStore(int index, int uid, edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackFunc ccf)
public CallbackStore(int index, int channel, int uid, edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackChannelFunc ccf)
public CallbackStore(int uid, edu.wpi.first.wpilibj.sim.CallbackStore.CancelCallbackNoIndexFunc ccf)