* Get sensor name. * * @return Sensor name */
| 170 | * @return Sensor name |
| 171 | */ |
| 172 | const char* getName() const final |
| 173 | { |
| 174 | return "System"; |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Is sensor available? |
nothing calls this directly
no outgoing calls
no test coverage detected