Discover the gateway.
More...
#include <iceoryx_posh/gateway/gateway_discovery.hpp>
|
|
using | CaproMessage = capro::CaproMessage |
| |
|
| | GatewayDiscovery (const capro::Interfaces f_interface) noexcept |
| | Constructor for discovering gateway based on type of interface.
|
| |
| bool | getCaproMessage (CaproMessage &msg) noexcept |
| | Get function for type of capro message - service or event or field.
|
| |
|
|
| GatewayDiscovery (Impl_T interfacePortImpl) noexcept |
| |
template<typename Impl_T = GatewayBase>
class iox::gw::GatewayDiscovery< Impl_T >
Discover the gateway.
◆ GatewayDiscovery()
template<typename Impl_T = GatewayBase>
Constructor for discovering gateway based on type of interface.
- Parameters
-
| [in] | f_interface | Type of interface |
◆ getCaproMessage()
template<typename Impl_T = GatewayBase>
Get function for type of capro message - service or event or field.
- Parameters
-
| [in] | msg | Type of capro message |
The documentation for this class was generated from the following file: