Now you can download a copy of these docs so you can use them offline! Download now
SocketStreams.cpp
1 /*
2  * SocketStreams.cpp
3  *
4  * Created on: Sep 27, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #include "networktables2/stream/SocketStreams.h"
9 #include "networktables2/stream/SocketStreamFactory.h"
10 #include "networktables2/stream/SocketServerStreamProvider.h"
11 
12 
13 
14 IOStreamFactory& SocketStreams::newStreamFactory(const char* host, int port){
15  return *new SocketStreamFactory(host, port);
16 }
17 
19  return *new SocketServerStreamProvider(port);
20 }
21 
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