Now you can download a copy of these docs so you can use them offline! Download now
FlushableOutgoingEntryReceiver.h
1 /*
2  * FlushableOutgoingEntryReceiver.h
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef FLUSHABLEOUTGOINGENTRYRECEIVER_H_
9 #define FLUSHABLEOUTGOINGENTRYRECEIVER_H_
10 
12 
13 #include "networktables2/OutgoingEntryReceiver.h"
14 
16 {
17 public:
19  {
20  }
21  virtual void flush() = 0;
22  virtual void ensureAlive() = 0;
23 };
24 
25 #endif /* FLUSHABLEOUTGOINGENTRYRECEIVER_H_ */

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6