Incompatible connectors connected. More...
#include <senf/PPI/Connectors.hh>
Public Member Functions | |
IncompatibleConnectorsException () | |
![]() | |
virtual | ~Exception () |
virtual char const * | what () const |
![]() | |
std::string | message () const |
std::string | backtrace () const |
void | append (std::string text) |
Additional Inherited Members | |
![]() | |
Exception (std::string const &description="") | |
![]() | |
ExceptionMixin (std::string const &description="") | |
![]() | |
std::string | what_ |
Incompatible connectors connected.
This exception is thrown, when two incompatible connectors are connected. This happens if both connectors of a senf::ppi::connect() statement declare a packet type (the connector template argument) but they don't declare the same packet type.
You need to ensure, that both connectors use the same packet type.
Definition at line 143 of file Connectors.hh.
|
inline |
Definition at line 144 of file Connectors.hh.