Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippOnMoveReportEResponse.h

Go to the documentation of this file.
00001 // 
00002 // DISCLAIMER: 
00003 //  This software was produced by the National Institute of Standards 
00004 //  and Technology (NIST), an agency of the U.S. government, and by statute is 
00005 //  not subject to copyright in the United States.  Recipients of this 
00006 //  software assume all responsibility associated with its operation,
00007 //  modification,maintenance, and subsequent redistribution. 
00008 //
00009 //  See NIST Administration Manual 4.09.07 b and Appendix I. 
00010 /* ippOnMoveReportEResponse class *******************************************
00011 
00012 Use this for OnMoveReportE data.
00013 See documentation of XYZResponse.
00014 
00015 */
00016 #include "ippXYZResponse.h"
00017 
00018 class IPPDME_EXT_CLASS ippOnMoveReportEResponse : public ippXYZResponse 
00019 {
00020 
00021 public:
00022   ippOnMoveReportEResponse(unsigned int inTagNumber);
00023   
00024   ippOnMoveReportEResponse(unsigned int inTagNumber,
00025                   bool inHasR, bool inHasToolA, bool inHasToolB,
00026                   bool inHasToolC, bool inHasX, bool inHasY, bool inHasZ,
00027                   double inR, double inToolA, double inToolB, double inToolC,
00028                   double inX, double inY, double inZ);
00029 
00030   virtual ~ippOnMoveReportEResponse();
00031 
00032   virtual std::string getResponseString() const;
00033 private:
00034   // prohibited copy constructor:
00035   ippOnMoveReportEResponse(const ippOnMoveReportEResponse&);
00036   void operator=(const ippOnMoveReportEResponse&);
00037 
00038 };
00039 IPP_DECLARE_SMARTPOINTER(ippOnMoveReportEResponse);

Generated on Wed Nov 8 00:20:00 2006 for IPPDME by  doxygen 1.4.1