qpidctrl  0.7.1
Public Member Functions | List of all members
QPidDeviceCommand Class Referenceabstract

#include <qpiddevicecommand.h>

Inheritance diagram for QPidDeviceCommand:
Inheritance graph

Public Member Functions

 QPidDeviceCommand ()
 
virtual ~QPidDeviceCommand ()
 
virtual void issueCommand ()=0
 
virtual bool replyExpected () const =0
 
virtual bool processReply (QString reply)=0
 

Detailed Description

Definition at line 6 of file qpiddevicecommand.h.

Constructor & Destructor Documentation

QPidDeviceCommand::QPidDeviceCommand ( )

Definition at line 5 of file qpiddevicecommand.cpp.

References DEBUG_PIDDEVICE.

6 {
7  if (qcepDebug(DEBUG_PIDDEVICE)) {
8  printf("QPidDeviceCommand::QPidDeviceCommand\n");
9  }
10 }
QPidDeviceCommand::~QPidDeviceCommand ( )
virtual

Definition at line 12 of file qpiddevicecommand.cpp.

References DEBUG_PIDDEVICE.

13 {
14  if (qcepDebug(DEBUG_PIDDEVICE)) {
15  printf("QPidDeviceCommand::~QPidDeviceCommand\n");
16  }
17 }

Member Function Documentation

virtual void QPidDeviceCommand::issueCommand ( )
pure virtual
virtual bool QPidDeviceCommand::processReply ( QString  reply)
pure virtual
virtual bool QPidDeviceCommand::replyExpected ( ) const
pure virtual

The documentation for this class was generated from the following files: