Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PC12ParameterTranslator.h

Go to the documentation of this file.
00001 // PC12ParameterTranslator.h: interface for the CPC12ParameterTranslator class.
00002 //
00004 
00005 #if !defined(AFX_PC12PARAMETERTRANSLATOR_H__16D52966_1FC8_491E_9E78_F38F05C84183__INCLUDED_)
00006 #define AFX_PC12PARAMETERTRANSLATOR_H__16D52966_1FC8_491E_9E78_F38F05C84183__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "..\SRC_AC\ParameterTranslator.h"
00013 
00014 class CPC12ParameterTranslator : public CParameterTranslator  
00015 {
00016 public:
00017         CPC12ParameterTranslator();
00018         virtual ~CPC12ParameterTranslator();
00019         void OneToZero(double *p1, int n1, double *p0, int n0);
00020         void ZeroToOne(double *p0, int n0, double *p1, int n1);
00021 
00022 };
00023 
00024 #endif // !defined(AFX_PC12PARAMETERTRANSLATOR_H__16D52966_1FC8_491E_9E78_F38F05C84183__INCLUDED_)

Generated on Mon Nov 3 09:38:07 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002