Allow forwarding of flat-/proto buffer input (#1471)

* Typo

* Address compiler Warnings

* Allow forwarding of flat-/proto buffer input
This commit is contained in:
LordGrey
2022-05-29 17:47:08 +02:00
committed by GitHub
parent 7c76322215
commit ec496ed457
15 changed files with 792 additions and 735 deletions

View File

@@ -78,11 +78,14 @@ private slots:
///
void forwardJsonMessage(const QJsonObject &message);
#if defined(ENABLE_FLATBUF_SERVER) || defined(ENABLE_PROTOBUF_SERVER)
///
/// @brief Forward image to all flatbuffer target hosts
/// @param image The flatbuffer image to send
///
///
void forwardFlatbufferMessage(const QString& name, const Image<ColorRgb> &image);
#endif
///
/// @brief Forward message to a single json target host