Now you can download a copy of these docs so you can use them offline! Download now
IOStreamProvider.h
1 /*
2  * IOStreamProvider.h
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef IOSTREAMPROVIDER_H_
9 #define IOSTREAMPROVIDER_H_
10 
11 #include "networktables2/stream/IOStream.h"
12 
20 {
21 public:
22  virtual ~IOStreamProvider()
23  {
24  }
30  virtual IOStream* accept() = 0;
35  virtual void close() = 0;
36 };
37 
38 #endif /* IOSTREAMPROVIDER_H_ */
virtual IOStream * accept()=0
virtual void close()=0

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