This is the descriptive part of an authority.
More...
#include <fw/AuthorityDescription.h>
|
template<typename Reflector > |
void | reflect (Reflector &r) |
|
std::string | getGlobalName () const |
| Return the fully qualified global name (includes namespace) This method returns the name without the trailing UUID added if the authority is anonymous. More...
|
|
std::string | getGlobalID () const |
| Return the fully qualified global id (includes namespace) More...
|
|
|
ResourceName | ns |
| the full namespace (starting from root) of this authority More...
|
|
std::string | id |
| the authority id. will be generated for anonymous authorities More...
|
|
std::string | name |
| the name of the authority (equals id for non anonymous authorities) More...
|
|
This is the descriptive part of an authority.
It stores name, id and namespace.
◆ reflect()
void reflect |
( |
Reflector & |
r | ) |
|
|
inline |
◆ getGlobalName()
std::string getGlobalName |
( |
| ) |
const |
|
inline |
Return the fully qualified global name (includes namespace) This method returns the name without the trailing UUID added if the authority is anonymous.
- Returns
- Global Name
◆ getGlobalID()
std::string getGlobalID |
( |
| ) |
const |
|
inline |
Return the fully qualified global id (includes namespace)
- Returns
- Global ID
◆ ns
the full namespace (starting from root) of this authority
◆ id
the authority id. will be generated for anonymous authorities
◆ name
the name of the authority (equals id for non anonymous authorities)
The documentation for this class was generated from the following file: