Now you can download a copy of these docs so you can use them offline! Download now
IncomingEntryReceiver.h
1 /*
2  * IncomingEntryReceiver.h
3  *
4  * Created on: Sep 19, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef INCOMINGENTRYRECEIVER_H_
9 #define INCOMINGENTRYRECEIVER_H_
10 
11 #include "networktables2/NetworkTableEntry.h"
12 #include "tables/ITable.h"
13 
15 {
16 public:
17  virtual ~IncomingEntryReceiver()
18  {
19  }
20  virtual void offerIncomingAssignment(NetworkTableEntry* entry) = 0;
21  virtual void offerIncomingUpdate(NetworkTableEntry* entry, SequenceNumber entrySequenceNumber, EntryValue value) = 0;
22 };
23 
24 #endif /* INCOMINGENTRYRECEIVER_H_ */
Definition: ITable.h:13

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