WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
type
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
13
bool
ComplexEntryType::isComplex
(){
14
return
true
;
15
}
NetworkTableEntryType
Definition:
NetworkTableEntryType.h:33
ComplexEntryType::isComplex
virtual bool isComplex()
Definition:
ComplexEntryType.cpp:13
Generated on Sat Apr 26 2014 12:26:58 for WPILibC++ by
1.8.6