Now you can download a copy of these docs so you can use them offline! Download now
ComplexEntryType.cpp
1 /*
2  * ComplexEntryType.cpp
3  *
4  * Created on: Sep 24, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #include "networktables2/type/ComplexEntryType.h"
9 
10 
11 ComplexEntryType::ComplexEntryType(TypeId id, const char* name) : NetworkTableEntryType(id, name){}
12 
14  return true;
15 }
virtual bool isComplex()

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