qpidctrl  0.7.1
qpiddevicecommand.h
Go to the documentation of this file.
1 #ifndef QPIDDEVICECOMMAND_H
2 #define QPIDDEVICECOMMAND_H
3 
4 #include <QString>
5 
7 {
8 public:
10  virtual ~QPidDeviceCommand();
11 
12  virtual void issueCommand() = 0;
13  virtual bool replyExpected() const = 0;
14  virtual bool processReply(QString reply) = 0;
15 };
16 
18 
19 #endif // QPIDDEVICECOMMAND_H
virtual bool replyExpected() const =0
virtual bool processReply(QString reply)=0
virtual void issueCommand()=0
QPidDeviceCommand * QPidDeviceCommandPtr