TactileVestProject
V1.0
Tactile API documentation
Main Page
Classes
Files
File List
All
Classes
Functions
TactileAPI
include
HardwareInterface.h
1
#ifndef HARDWAREINTERFACE_H
2
#define HARDWAREINTERFACE_H
3
5
class
HardwareInterface
6
{
7
public
:
11
virtual
bool
Open
(
char
* toOpen) = 0;
15
virtual
bool
Close
() = 0;
19
virtual
int
SendData
(
char
* dataToSend) = 0;
20
protected
:
21
private
:
22
};
23
24
#endif // HARDWAREINTERFACE_H
HardwareInterface::Open
virtual bool Open(char *toOpen)=0
HardwareInterface
An interface to a hardware device, such as a serial connection.
Definition:
HardwareInterface.h:5
HardwareInterface::SendData
virtual int SendData(char *dataToSend)=0
HardwareInterface::Close
virtual bool Close()=0
Generated on Thu May 8 2014 12:53:13 for TactileVestProject by
1.8.7