#include "../communication_global.h"#include "command.h"#include "commandparser.h"#include <utils/generics/observerpattern.h>#include <QObject>#include <QJsonDocument>

Go to the source code of this file.
Classes | |
| class | COMMUNICATIONLIB::CommandManager |
| Registry of available commands; dispatches parsed command strings to the matching Command handler. More... | |
Namespaces | |
| namespace | COMMUNICATIONLIB |
| Real-time client/server communication (commands, raw data streaming). | |