WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
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
25
class
TransactionDirtier
:
public
OutgoingEntryReceiver
{
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_ */
OutgoingEntryReceiver
Definition:
OutgoingEntryReceiver.h:17
NetworkTableEntry
Definition:
NetworkTableEntry.h:30
TransactionDirtier
Definition:
TransactionDirtier.h:25
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6