Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableEntryTypeManager.h
1 /*
2  * NetworkTableEntryTypeManager.h
3  *
4  * Created on: Sep 16, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NETWORKTABLEENTRYTYPEMANAGER_H_
9 #define NETWORKTABLEENTRYTYPEMANAGER_H_
10 
12 
13 #include "networktables2/type/NetworkTableEntryType.h"
14 
16 {
17 private:
18  NetworkTableEntryType* entryTypes[MAX_NUM_TABLE_ENTRY_TYPES];
19 public:
26 
35  NetworkTableEntryType* GetType(TypeId type);
36 
45 };
46 
47 #endif /* NETWORKTABLEENTRYTYPEMANAGER_H_ */
void RegisterType(NetworkTableEntryType &type)
NetworkTableEntryTypeManager()
NetworkTableEntryType * GetType(TypeId type)

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