iceoryx_doc
1.0.1
|
Generic gateway for communication events. More...
#include <gateway_base.hpp>
Public Types | |
using | CaproMessage = capro::CaproMessage |
Public Member Functions | |
GatewayBase (const capro::Interfaces f_interface) noexcept | |
Constructor for creating generic gateway based on type of interface. More... | |
GatewayBase & | operator= (const GatewayBase &other)=delete |
GatewayBase (const GatewayBase &other)=delete | |
GatewayBase (GatewayBase &&other)=default | |
GatewayBase & | operator= (GatewayBase &&)=default |
bool | getCaProMessage (CaproMessage &msg) noexcept |
Get function for type of capro message - service or event or field. More... | |
Protected Attributes | |
popo::InterfacePort | m_interfaceImpl {nullptr} |
Generic gateway for communication events.
|
noexcept |
Constructor for creating generic gateway based on type of interface.
[in] | f_interface | Type of interface |
|
noexcept |
Get function for type of capro message - service or event or field.
[in] | msg | Type of caro message |