|
RTC Toolkit 5.1.0
|
A utility class used to lookup the Server Alias for a given Data Point Path. More...
#include <rtctk/componentFramework/serverAliasCache.hpp>
Public Member Functions | |
| void | Clear () |
| Clears the Cache. | |
| void | AddServerAlias (const DataPointPath &path, const std::string &alias) |
| Adds a new entry into the Cache. | |
| std::string | GetServerAlias (const DataPointPath &path) |
| Get Server Alias for a specific datapoint. | |
A utility class used to lookup the Server Alias for a given Data Point Path.
|
inline |
Adds a new entry into the Cache.
| [in] | path | Path of the DataPoint. |
| [in] | alias | Server Alias as a string |
|
inline |
Clears the Cache.
|
inline |
Get Server Alias for a specific datapoint.
| [in] | path | Path of the DataPoint. |