00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _NOVELEC_PHOTOCONDUCTEUR_H_
00015 #define _NOVELEC_PHOTOCONDUCTEUR_H_
00016
00017 #include "Novelec_MCCE2.h"
00018
00031 class N_PhotoConducteur : public Novelec_MCCE2
00032 {
00033 public:
00034
00038 N_PhotoConducteur (std::string& comLink_device_name, short channel_address, short electroType);
00039
00043 virtual ~N_PhotoConducteur (void);
00044
00048 void range_up (void);
00049 void range_down (void);
00050
00054 std::string get_ElectroMeterGain (void);
00055 void set_ElectroMeterGain (std::string);
00056
00057 protected :
00058
00059 };
00060
00062
00063 #endif // _NOVELEC_PHOTOCONDUCTEUR_H_