WPILibC++
trunk
|
#include <TransactionDirtier.h>
Public Member Functions | |
TransactionDirtier (OutgoingEntryReceiver &continuingReceiver) | |
void | offerOutgoingAssignment (NetworkTableEntry *entry) |
void | offerOutgoingUpdate (NetworkTableEntry *entry) |
A transaction receiver that marks all Table entries as dirty in the entry store. Entries will not be passed to the continuing receiver if they are already dirty
Definition at line 25 of file TransactionDirtier.h.