Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableEntryTypeManager.cpp
1 /*
2  * NetworkTableEntryTypeManager.cpp
3  *
4  * Created on: Sep 16, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #include "networktables2/type/NetworkTableEntryTypeManager.h"
9 #include "networktables2/type/DefaultEntryTypes.h"
10 
11 
13  return entryTypes[id];
14 }
15 
17  entryTypes[type.id] = &type;
18 }
19 
21  for(int i = 0; i<MAX_NUM_TABLE_ENTRY_TYPES; ++i)
22  entryTypes[i] = NULL;
23 
25 }
void RegisterType(NetworkTableEntryType &type)
NetworkTableEntryTypeManager()
NetworkTableEntryType * GetType(TypeId type)
static void registerTypes(NetworkTableEntryTypeManager *typeManager)

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