|
Safe DDS
|
Namespaces | |
| posix | |
Classes | |
| interface | ITransport |
| ITransport interface. More... | |
| interface | IMessageListener |
| Interface for listening on locators. More... | |
| class | Locator |
| Stores remote address imformation. More... | |
| interface | IGUIDLocatorDatabase |
| Interface to store and manage a transport discovered Locators. More... | |
| interface | PreallocGUIDLocatorDatabase |
| BaseGUIDLocatorDatabase implementation with preallocated memory. More... | |
| interface | StaticGUIDLocatorDatabase |
| BaseGUIDLocatorDatabase implementation with static memory. More... | |
Functions | |
| bool | operator== (const Locator &first, const Locator &second) noexcept |
| Operator== for Locator objects. More... | |
| bool | operator!= (const Locator &first, const Locator &second) noexcept |
| Operator!= for Locator objects. More... | |
| bool | operator== (const IGUIDLocatorDatabase::GUIDLocatorDatabaseItem &first, const IGUIDLocatorDatabase::GUIDLocatorDatabaseItem &second) noexcept |
| Operator== for GUIDLocatorDatabaseItem objects. More... | |
Variables | |
| constexpr Locator | LOCATOR_INVALID = {Locator::LocatorKind::INVALID, 0, {0}} |
Reserved Locator value for invalid locator. More... | |
|
noexcept |
Operator== for GUIDLocatorDatabaseItem objects.
| first | first GUIDLocatorDatabaseItem to compare. |
| second | second GUIDLocatorDatabaseItem to compare. |
|
constexpr |
Reserved Locator value for invalid locator.