Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

PVCommandStatusObserver Class Reference

#include <pv_engine_observer.h>


Public Methods

virtual void CommandCompleted (const PVCmdResponse &aResponse)=0
virtual ~PVCommandStatusObserver ()


Detailed Description

PVCommandStatusObserver Class

PVCommandStatusObserver is the PV SDK observer class for notifying the status of issued command messages. The API provides a mechanism for the status of each command to be passed back along with context specific information where applicable. Applications using the PV SDKs must have a class derived from PVCommandStatusObserver and implement the pure virtual function in order to receive event notifications from a PV SDK. Additional information is optionally provided via derived classes.


Constructor & Destructor Documentation

virtual PVCommandStatusObserver::~PVCommandStatusObserver   [inline, virtual]
 


Member Function Documentation

virtual void PVCommandStatusObserver::CommandCompleted const PVCmdResponse   aResponse [pure virtual]
 

Handle an event that has been generated.

Parameters:
aResponse The response to a previously issued command. 


The documentation for this class was generated from the following file:
PV Author Engine
Posting Version: OPENCORE_20090310