#include "../com_global.h"#include "command.h"#include "command_parser.h"#include <utils/generics/observerpattern.h>#include <QObject>#include <QJsonDocument>

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