EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
DummyLogicInput.hpp
Go to the documentation of this file.
1
#ifndef ORG_EEROS_HAL_DUMMYLOGICINPUT_HPP_
2
#define ORG_EEROS_HAL_DUMMYLOGICINPUT_HPP_
3
4
#include <string>
5
#include <
eeros/hal/PeripheralInput.hpp
>
6
7
namespace
eeros {
8
namespace
hal {
9
10
class
DummyLogicInput
:
public
PeripheralInput
<bool> {
11
public
:
12
DummyLogicInput
(std::string
id
);
13
virtual
bool
get
();
14
};
15
16
};
17
};
18
19
#endif
/* ORG_EEROS_HAL_DUMMYLOGICINPUT_HPP_ */
eeros::hal::PeripheralInput
Definition:
PeripheralInput.hpp:15
eeros::hal::DummyLogicInput
Definition:
DummyLogicInput.hpp:10
eeros::hal::DummyLogicInput::DummyLogicInput
DummyLogicInput(std::string id)
Definition:
DummyLogicInput.cpp:5
PeripheralInput.hpp
includes
eeros
hal
DummyLogicInput.hpp
Generated on Wed Jul 8 2015 11:18:07 for EEROS by
1.8.6