Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableConnectionListenerAdapter.h
1 /*
2  * NetworkTableConnectionListenerAdapter.h
3  *
4  * Created on: Oct 17, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NETWORKTABLECONNECTIONLISTENERADAPTER_H_
9 #define NETWORKTABLECONNECTIONLISTENERADAPTER_H_
10 
11 
13 
14 #include "tables/IRemote.h"
15 #include "tables/IRemoteConnectionListener.h"
16 
17 
19 private:
20  IRemote* targetSource;
21  IRemoteConnectionListener* targetListener;
22 
23 public:
26  void Connected(IRemote* remote);
27  void Disconnected(IRemote* remote);
28 };
29 
30 
31 #endif /* NETWORKTABLECONNECTIONLISTENERADAPTER_H_ */

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