TactileVestProject
V1.0
Tactile API documentation
Main Page
Classes
Files
File List
All
Classes
Functions
TactileAPI
include
Pager.h
1
#ifndef PAGER_H
2
#define PAGER_H
3
4
#include <string>
5
#include "Tactor.h"
6
class
Pager
:
public
Tactor
7
{
8
public
:
9
Pager
();
12
Pager
(
string
pagerID);
13
virtual
~
Pager
();
14
Pager
(
const
Pager
& other);
15
Pager
& operator=(
const
Pager
& other);
22
virtual
bool
command
(
string
command
,
HardwareInterface
* hardwareInterface);
25
void
setPagerID
(
string
pagerID);
26
protected
:
27
private
:
28
string
pagerID;
29
};
30
31
#endif // PAGER_H
HardwareInterface
An interface to a hardware device, such as a serial connection.
Definition:
HardwareInterface.h:5
Pager
Definition:
Pager.h:6
Tactor
Definition:
Tactor.h:6
Pager::command
virtual bool command(string command, HardwareInterface *hardwareInterface)
Pager::setPagerID
void setPagerID(string pagerID)
Generated on Thu May 8 2014 12:53:13 for TactileVestProject by
1.8.7