///////////////////////////////////////////////////////
| 54 | |
| 55 | //////////////////////////////////////////////////////////// |
| 56 | bool SensorImpl::open(Sensor::Type /*sensor*/) |
| 57 | { |
| 58 | // TODO: not implemented |
| 59 | return false; |
| 60 | } |
| 61 | |
| 62 | |
| 63 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected