Now you can download a copy of these docs so you can use them offline! Download now
TransactionDirtier.h
1 /*
2  * TransactionDirtier.h
3  *
4  * Created on: Sep 24, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef TRANSACTIONDIRTIER_H_
9 #define TRANSACTIONDIRTIER_H_
10 
11 
12 class TransactionDirtier;
13 
14 
15 #include "networktables2/OutgoingEntryReceiver.h"
16 
17 
18 
26 private:
27  OutgoingEntryReceiver& continuingReceiver;
28 
29 public:
30  TransactionDirtier(OutgoingEntryReceiver& continuingReceiver);
31  void offerOutgoingAssignment(NetworkTableEntry* entry);
32  void offerOutgoingUpdate(NetworkTableEntry* entry);
33 
34 };
35 
36 #endif /* TRANSACTIONDIRTIER_H_ */

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