#include <TCRT5000.h>

Public Member Functions | |
| ResourcePlate | getPlate () const |
| Gets plate. | |
| TCRT5000 (int argc, const char *argv[]) | |
| Constructor. | |
| ~TCRT5000 () | |
| Destructor. | |
| Scan | _singleScan () |
| Gets a scan. | |
| void | _startScan (unsigned int num) |
| Start the continuous scanning. | |
| void | _stopScan () |
| Stop the continuous scanning. | |
Protected Attributes | |
| knet_dev_t * | dsPic |
| TCRT5000Par * | _tcrtPar |
| parameters, implemented class | |
| MipResources::TCRT5000::TCRT5000 | ( | int | argc, | |
| const char * | argv[] | |||
| ) | [inline] |
Constructor.
| MipResources::TCRT5000::~TCRT5000 | ( | ) | [inline] |
Destructor.
| ResourcePlate MipResources::TCRT5000::getPlate | ( | ) | const [inline, virtual] |
| Scan MipResources::TCRT5000::_singleScan | ( | ) | [virtual] |
| void MipResources::TCRT5000::_startScan | ( | unsigned int | num | ) | [inline, virtual] |
Start the continuous scanning.
| num | Number of scan to perform, (0 means unbounded). |
Implements MipResources::RangeSens.
| void MipResources::TCRT5000::_stopScan | ( | ) | [inline, virtual] |
knet_dev_t* MipResources::TCRT5000::dsPic [protected] |
TCRT5000Par* MipResources::TCRT5000::_tcrtPar [protected] |
parameters, implemented class
1.5.6