Package edu.wpi.first.hal.simulation
Interface BufferCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for simulation buffer callbacks.
-
Method Summary
-
Method Details
-
callback
Simulation buffer callback function.- Parameters:
name- Buffer name.buffer- Buffer.count- Buffer size.
-