TactileVestProject
V1.0
Tactile API documentation
Main Page
Classes
Files
File List
All
Classes
Functions
TactileAPI
include
Sensor.h
1
#ifndef SENSOR_H
2
#define SENSOR_H
3
#include <string>
4
using namespace
std;
5
class
Sensor
6
{
7
public
:
8
Sensor
();
9
virtual
~
Sensor
();
10
Sensor
(
const
Sensor
& other);
11
Sensor
& operator=(
const
Sensor
& other);
15
virtual
string
check(
HardwareInterface
* hardware);
16
protected
:
17
private
:
18
};
19
20
#endif // SENSOR_H
Sensor
Definition:
Sensor.h:5
HardwareInterface
An interface to a hardware device, such as a serial connection.
Definition:
HardwareInterface.h:5
Generated on Thu May 8 2014 12:53:13 for TactileVestProject by
1.8.7