WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
type
NetworkTableEntryType.cpp
1
/*
2
* NetworkTableEntryType.cpp
3
*
4
* Created on: Sep 16, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#include "networktables2/type/NetworkTableEntryType.h"
9
10
11
NetworkTableEntryType::NetworkTableEntryType
(TypeId _id,
const
char
* _name) : id(_id), name(_name){
12
}
13
NetworkTableEntryType::~NetworkTableEntryType(){
14
}
15
16
EntryValue
NetworkTableEntryType::copyValue
(
EntryValue
value){
17
return
value;
18
}
19
void
NetworkTableEntryType::deleteValue
(
EntryValue
value){
20
}
21
22
23
bool
NetworkTableEntryType::isComplex
(){
24
return
false
;
25
}
NetworkTableEntryType::NetworkTableEntryType
NetworkTableEntryType(TypeId id, const char *name)
Definition:
NetworkTableEntryType.cpp:11
NetworkTableEntryType::isComplex
virtual bool isComplex()
Definition:
NetworkTableEntryType.cpp:23
NetworkTableEntryType::copyValue
virtual EntryValue copyValue(EntryValue value)
Definition:
NetworkTableEntryType.cpp:16
EntryValue
Definition:
ITable.h:13
NetworkTableEntryType::deleteValue
virtual void deleteValue(EntryValue value)
Definition:
NetworkTableEntryType.cpp:19
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6