Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

N_PhotoVoltaique.h

00001 // ============================================================================
00002 //
00003 // = CONTEXT
00004 //    TANGO Project - Novelec Electrometer Support Library
00005 //
00006 // = FILENAME
00007 //    N_PhotoVoltaique.h
00008 //
00009 // = AUTHOR
00010 //    X. Elattaoui
00011 //
00012 // ============================================================================
00013 
00014 #ifndef _NOVELEC_PHOTOVOLTAIQUE_H_
00015 #define _NOVELEC_PHOTOVOLTAIQUE_H_
00016 
00017 #include "Novelec_MCCE2.h"
00018 
00031 class N_PhotoVoltaique : public Novelec_MCCE2
00032 {
00033 public:
00034 
00038         N_PhotoVoltaique (std::string comLink_device_name, short channel_address, short electroType);
00039         
00043         virtual ~N_PhotoVoltaique (void);
00044 
00048         void range_up   (void);
00049         void range_down (void);
00050         
00054         std::string get_ElectroMeterFrequency(void);
00055         void set_ElectroMeterFrequency  (std::string);
00056 
00060 //      std::string electrometer_status         (void);
00061 
00062 protected :
00063 
00064 };
00065         //- end addtogroup
00067 
00068 #endif // _NOVELEC_PHOTOVOLTAIQUE_H_

Generated on Fri Dec 1 15:32:18 2006 for Electrometers Library by  doxygen 1.3.9.1