37#ifndef COMMANDPARSER_H
38#define COMMANDPARSER_H
44#include "../communication_global.h"
62namespace COMMUNICATIONLIB
87 bool exists(
const QString& p_sCommand);
96 bool parse(
const QString &p_sInput, QStringList &p_qListCommandsParsed);
Contains declarations of the observer design pattern: Subject class and IObserver interface.
#define COMMUNICATIONSHARED_EXPORT
Declaration of the Command Class.
Declaration of the RawCommand Class.
RawCommand & getRawCommand()
void response(QString p_sResponse, Command p_command)
The Subject class provides the base class of every subject of the observer design pattern.