WPILibC++  trunk
ComplexData.cpp
1 /*
2  * ComplexData.cpp
3  *
4  * Created on: Sep 24, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #include "networktables2/type/ComplexData.h"
9 
10 
12 
14  return type;
15 }
ComplexData(ComplexEntryType &type)
Definition: ComplexData.cpp:11
ComplexEntryType & GetType()
Definition: ComplexData.cpp:13