Now you can download a copy of these docs so you can use them offline! Download now
SocketServerStreamProvider.h
1 /*
2  * SocketServerStreamProvider.h
3  *
4  * Created on: Sep 27, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef SOCKETSERVERSTREAMPROVIDER_H_
9 #define SOCKETSERVERSTREAMPROVIDER_H_
10 
11 
13 
14 #include "networktables2/stream/IOStream.h"
15 #include "networktables2/stream/IOStreamProvider.h"
16 
17 
18 
19 
21 private:
22  int serverSocket;
23 public:
25  virtual ~SocketServerStreamProvider();
26  IOStream* accept();
27  void close();
28 };
29 
30 
31 
32 
33 #endif /* SOCKETSERVERSTREAMPROVIDER_H_ */

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