Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableEntryTypeManager Class Reference

Public Member Functions

 NetworkTableEntryTypeManager ()
 
NetworkTableEntryTypeGetType (TypeId type)
 
void RegisterType (NetworkTableEntryType &type)
 

Detailed Description

Definition at line 15 of file NetworkTableEntryTypeManager.h.

Constructor & Destructor Documentation

NetworkTableEntryTypeManager::NetworkTableEntryTypeManager ( )

Creates a new NetworkTableEntryTypeManager, with the default types registered under their respective TypeID's, and all other TypeID's null.

Definition at line 20 of file NetworkTableEntryTypeManager.cpp.

Member Function Documentation

NetworkTableEntryType * NetworkTableEntryTypeManager::GetType ( TypeId  type)

Retrieves the entry type associated with the given type id, if one exists.

Parameters
typeThe identifier by which to retrieve a type.
Returns
The NetworkTableEntryType associated with the given type identifier, if one exists. Otherwise, null.

Definition at line 12 of file NetworkTableEntryTypeManager.cpp.

void NetworkTableEntryTypeManager::RegisterType ( NetworkTableEntryType type)

Registers the given NetworkTableEntryType with this type manager, such that is is returned by subsequent calls to GetType with the appropriate ID.

Parameters
typeThe type to register.

Definition at line 16 of file NetworkTableEntryTypeManager.cpp.


The documentation for this class was generated from the following files:

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