Class CallbackStore

    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackStore​(int index, int channel, int uid, edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackChannelFunc ccf)
      Note: This constructor is for simulation classes only.
      CallbackStore​(int index, int uid, edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackFunc ccf)
      Note: This constructor is for simulation classes only.
      CallbackStore​(int uid, edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackNoIndexFunc ccf)
      Note: This constructor is for simulation classes only.
    • Constructor Detail

      • CallbackStore

        public CallbackStore​(int index,
                             int uid,
                             edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackFunc ccf)
        Note: This constructor is for simulation classes only. It should not be called by teams!
        Parameters:
        index - TODO
        uid - TODO
        ccf - TODO
      • CallbackStore

        public CallbackStore​(int index,
                             int channel,
                             int uid,
                             edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackChannelFunc ccf)
        Note: This constructor is for simulation classes only. It should not be called by teams!
        Parameters:
        index - TODO
        channel - TODO
        uid - TODO
        ccf - TODO
      • CallbackStore

        public CallbackStore​(int uid,
                             edu.wpi.first.wpilibj.simulation.CallbackStore.CancelCallbackNoIndexFunc ccf)
        Note: This constructor is for simulation classes only. It should not be called by teams!
        Parameters:
        uid - TODO
        ccf - TODO