edu.wpi.first.wpilibj.networktables2
Class TransactionDirtier
java.lang.Object
   edu.wpi.first.wpilibj.networktables2.TransactionDirtier
edu.wpi.first.wpilibj.networktables2.TransactionDirtier
- All Implemented Interfaces: 
- OutgoingEntryReceiver
- public class TransactionDirtier 
- extends Object- implements OutgoingEntryReceiver
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
- Author:
- Mitchell
 
 
 
 
 
TransactionDirtier
public TransactionDirtier(OutgoingEntryReceiver continuingReceiver)
offerOutgoingAssignment
public void offerOutgoingAssignment(NetworkTableEntry entry)
- 
- Specified by:
- offerOutgoingAssignmentin interface- OutgoingEntryReceiver
 
- 
 
offerOutgoingUpdate
public void offerOutgoingUpdate(NetworkTableEntry entry)
- 
- Specified by:
- offerOutgoingUpdatein interface- OutgoingEntryReceiver
 
- 
 
"For updated information see the Java FRC site"