Now you can download a copy of these docs so you can use them offline! Download now
ClientNetworkTableEntryStore.h
1 /*
2  * ClientNetworkTableEntryStore.h
3  *
4  * Created on: Nov 2, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef CLIENTNETWORKTABLEENTRYSTORE_H_
9 #define CLIENTNETWORKTABLEENTRYSTORE_H_
10 
11 
13 
14 
15 #include "networktables2/AbstractNetworkTableEntryStore.h"
16 #include "networktables2/NetworkTableEntry.h"
17 #include "OSAL/Synchronized.h"
18 
26 
27 public:
35 
36 protected:
37  bool addEntry(NetworkTableEntry* newEntry);
38  bool updateEntry(NetworkTableEntry* entry, SequenceNumber sequenceNumber, EntryValue value);
39 
40 public:
47 };
48 
49 
50 
51 #endif /* CLIENTNETWORKTABLEENTRYSTORE_H_ */
ClientNetworkTableEntryStore(TableListenerManager &listenerManager)
void sendUnknownEntries(NetworkTableConnection &connection)
Definition: ITable.h:13

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