Now you can download a copy of these docs so you can use them offline! Download now
SocketStreams.h
1 /*
2  * SocketStreams.h
3  *
4  * Created on: Sep 27, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef SOCKETSTREAMS_H_
9 #define SOCKETSTREAMS_H_
10 
11 
12 class SocketStreams;
13 
14 
15 #include "networktables2/stream/IOStreamFactory.h"
16 #include "networktables2/stream/IOStreamProvider.h"
17 
18 
19 
27 public:
35  static IOStreamFactory& newStreamFactory(const char* host, int port);
36 
43  static IOStreamProvider& newStreamProvider(int port);
44 };
45 
46 
47 
48 #endif /* SOCKETSTREAMS_H_ */
static IOStreamProvider & newStreamProvider(int port)
static IOStreamFactory & newStreamFactory(const char *host, int port)

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