Now you can download a copy of these docs so you can use them offline! Download now
ServerNetworkTableEntryStore.h
1 /*
2  * ServerNetworkTableEntryStore.h
3  *
4  * Created on: Sep 26, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef SERVERNETWORKTABLEENTRYSTORE_H_
9 #define SERVERNETWORKTABLEENTRYSTORE_H_
10 
11 
13 
14 
15 #include "networktables2/AbstractNetworkTableEntryStore.h"
16 #include "networktables2/NetworkTableEntry.h"
17 #include "OSAL/Synchronized.h"
18 
19 
20 
28 private:
29  EntryId nextId;
30 public:
38 
39 protected:
40  bool addEntry(NetworkTableEntry* newEntry);
41 
42  bool updateEntry(NetworkTableEntry* entry, SequenceNumber sequenceNumber, EntryValue value);
43 
44 public:
50  void sendServerHello(NetworkTableConnection& connection);
51 };
52 
53 
54 
55 #endif /* SERVERNETWORKTABLEENTRYSTORE_H_ */
ServerNetworkTableEntryStore(TableListenerManager &listenerManager)
void sendServerHello(NetworkTableConnection &connection)
Definition: ITable.h:13

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