Generic gateway for communication events.
More...
#include <iceoryx_posh/gateway/gateway_base.hpp>
|
|
using | CaproMessage = capro::CaproMessage |
|
| | GatewayBase (const capro::Interfaces f_interface) noexcept |
| | Constructor for creating generic gateway based on type of interface.
|
|
GatewayBase & | operator= (const GatewayBase &other)=delete |
|
| GatewayBase (const GatewayBase &other)=delete |
|
| GatewayBase (GatewayBase &&other) noexcept=default |
|
GatewayBase & | operator= (GatewayBase &&) noexcept=default |
| bool | getCaProMessage (CaproMessage &msg) noexcept |
| | Get function for type of capro message - service or event or field.
|
|
|
capro::Interfaces | getInterface () const noexcept |
|
|
popo::InterfacePort | m_interfaceImpl {nullptr} |
Generic gateway for communication events.
◆ GatewayBase()
| iox::gw::GatewayBase::GatewayBase |
( |
const capro::Interfaces | f_interface | ) |
|
|
noexcept |
Constructor for creating generic gateway based on type of interface.
- Parameters
-
| [in] | f_interface | Type of interface |
◆ getCaProMessage()
| bool iox::gw::GatewayBase::getCaProMessage |
( |
CaproMessage & | msg | ) |
|
|
noexcept |
Get function for type of capro message - service or event or field.
- Parameters
-
| [in] | msg | Type of caro message |
The documentation for this class was generated from the following file: