Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableListenerAdapter.h
1 /*
2  * NetworkTableListenerAdapter.h
3  *
4  * Created on: Oct 17, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NETWORKTABLELISTENERADAPTER_H_
9 #define NETWORKTABLELISTENERADAPTER_H_
10 
12 
13 #include "tables/ITableListener.h"
14 #include "tables/ITable.h"
15 #include <string>
16 
17 
19 private:
20  std::string prefix;
21  ITable* targetSource;
22  ITableListener* targetListener;
23 public:
24  NetworkTableListenerAdapter(std::string prefix, ITable* targetSource, ITableListener* targetListener);
25  virtual ~NetworkTableListenerAdapter();
26  void ValueChanged(ITable* source, const std::string& key, EntryValue value, bool isNew);
27 };
28 
29 
30 #endif /* NETWORKTABLELISTENERADAPTER_H_ */
Definition: ITable.h:26
void ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew)
Definition: ITable.h:13

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