00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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
00061
00062 protected :
00063
00064 };
00065
00067
00068 #endif // _NOVELEC_PHOTOVOLTAIQUE_H_