SkyPulse UAV
V0.1
Loading...
Searching...
No Matches
SkyPulseUAV_Device
include
Sensor.h
Go to the documentation of this file.
1
#ifndef __SENSOR_CLASS_H__
2
#define __SENSOR_CLASS_H__
3
4
class
Sensor
{
5
6
public
:
7
8
virtual
void
getData
() = 0;
9
10
protected
:
11
12
13
14
private
:
15
16
17
};
18
19
#endif
Sensor
Definition
Sensor.h:4
Sensor::getData
virtual void getData()=0
Generated by
1.10.0