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

ippGetMachineClassResponse.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 
00011 // History
00012 // change id ippdme version description
00013 // --------- -------------- ---------------------------------------------------
00014 // V1.40
00015 // V1.42-6.3.2.8  Return data changed from string to enumeration (ipptestsuite#15)
00016 #pragma  once 
00017 #include "ippResponse.h"
00018 #include "ippdme/ippMachineClassType.h"
00019 
00020 class IPPDME_EXT_CLASS ippGetMachineClassResponse : public ippResponse {
00021 
00022 private:
00023   ippMachineClassType _machineClass;
00024 
00025 public:
00026   ippGetMachineClassResponse(
00027     unsigned int inTagNumber
00028   );
00029 
00030   ippGetMachineClassResponse(
00031     unsigned int inTagNumber, 
00032     ippMachineClassType inMachineClass
00033   );
00034 
00035   virtual ~ippGetMachineClassResponse(){}
00036 
00037   void  setMachineClass(ippMachineClassType inMachineClass);
00038 
00039   ippMachineClassType getMachineClass()const;
00040 
00041   virtual std::string getResponseString() const;
00042 
00043 private:
00044   ippGetMachineClassResponse(const ippGetMachineClassResponse&);
00045   void operator=(const ippGetMachineClassResponse&);
00046 
00047 };
00048 IPP_DECLARE_SMARTPOINTER(ippGetMachineClassResponse);

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