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