Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
VoltageSensor.h
Go to the documentation of this file.
1 
6 #ifndef VOLTAGE_SENSOR_H_
7 #define VOLTAGE_SENSOR_H_
8 
9 #include "CameraTypes.h"
10 
11 namespace SocCamera
12 {
13 
19 {
20 public:
21  // constructor, empty
22  tcVoltageSensor(void) {}
23 
24  // destructor
25  virtual ~tcVoltageSensor() {}
26 
34  virtual teNackCode GetVoltage(int anIndex, float& arVoltage) = 0;
35 
36 }; // tcVoltageSensor
37 
38 }; // namespace SocCamera
39 
40 #endif
SocCamera::tcVoltageSensor
Definition: VoltageSensor.h:18
SocCamera::tcVoltageSensor::~tcVoltageSensor
virtual ~tcVoltageSensor()
Definition: VoltageSensor.h:25
SocCamera::tcVoltageSensor::GetVoltage
virtual teNackCode GetVoltage(int anIndex, float &arVoltage)=0
CameraTypes.h
SocCamera::teNackCode
teNackCode
Definition: CameraTypes.h:62
SocCamera::tcVoltageSensor::tcVoltageSensor
tcVoltageSensor(void)
Definition: VoltageSensor.h:22
SocCamera
Definition: CameraTypes.h:7