add ability to convert an image to RGB color order

forwarder: add flag to detect if forwarding is enabled

Former-commit-id: c814651ec4973fe3b2bfca7c0370a0bac752f025
This commit is contained in:
redpanther
2016-02-19 13:31:08 +01:00
parent 736d841567
commit ec67caf24e
4 changed files with 54 additions and 7 deletions

View File

@@ -27,7 +27,8 @@ public:
void addJsonSlave(std::string slave);
void addProtoSlave(std::string slave);
bool protoForwardingEnabled();
QStringList getProtoSlaves();
QList<MessageForwarder::JsonSlaveAddress> getJsonSlaves();