#include <TCRT5000Ground.h>

Public Member Functions | |
| ResourcePlate | getPlate () const |
| Gets plate. | |
| TCRT5000Ground () | |
| Constructor. | |
| ~TCRT5000Ground () | |
| Destructor. | |
| vector< int > | _singleGroundScan () |
| Gets a scan. | |
| void | _startScan (unsigned int num) |
| Start the continuous scanning. | |
| void | _stopScan () |
| Stop the continuous scanning. | |
Protected Attributes | |
| knet_dev_t * | dsPic |
| TCRT5000GroundPar * | _tcrtPar |
| parameters, implemented class | |
| MipResources::TCRT5000Ground::TCRT5000Ground | ( | ) | [inline] |
Constructor.
| MipResources::TCRT5000Ground::~TCRT5000Ground | ( | ) | [inline] |
Destructor.
| ResourcePlate MipResources::TCRT5000Ground::getPlate | ( | ) | const [inline, virtual] |
| vector< int > MipResources::TCRT5000Ground::_singleGroundScan | ( | ) | [virtual] |
| void MipResources::TCRT5000Ground::_startScan | ( | unsigned int | num | ) | [inline, virtual] |
Start the continuous scanning.
| num | Number of scan to perform, (0 means unbounded). |
Implements MipResources::GroundSens.
| void MipResources::TCRT5000Ground::_stopScan | ( | ) | [inline, virtual] |
knet_dev_t* MipResources::TCRT5000Ground::dsPic [protected] |
TCRT5000GroundPar* MipResources::TCRT5000Ground::_tcrtPar [protected] |
parameters, implemented class
1.5.6