#include <LocalDevice.hpp>

Public Member Functions | |
| LocalDevice () | |
| virtual | ~LocalDevice () |
| virtual bool | runTest (const bool fullTest=false, std::ostream *s=NULL) |
| glove::devices::local::LocalDevice::LocalDevice | ( | ) |
The default constructor.
| virtual glove::devices::local::LocalDevice::~LocalDevice | ( | ) | [virtual] |
The destructor.
| virtual bool glove::devices::local::LocalDevice::runTest | ( | const bool | fullTest = false, |
|
| std::ostream * | s = NULL | |||
| ) | [virtual] |
Runs a test in order to identify the device's feature set.
| fullTest | Run a full and extensive test rather than the simple one, that basically reflects the original starting sequence. | |
| s | The output stream to write the test output to. |
Reimplemented in glove::devices::local::LocalCyberGlove.
1.5.8