|
nano-client API Reference
|
Basic representation of a transport address. More...
Data Fields | |
| NANO_XRCE_TransportLocatorFormat | format |
| The format identifier for this type of transport locator. | |
| NANO_XRCE_TransportLocatorValue | value |
| The value of the locator as a union of all possible types. | |
Basic representation of a transport address.
This type only provides access to the format of the address, so that a locator can be cast to one of the concrete types.
This strategy is preferred over defining a union type for locators.