/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 47 | /// |
| 48 | //////////////////////////////////////////////////////////// |
| 49 | SensorManager(const SensorManager&) = delete; |
| 50 | |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | /// \brief Deleted copy assignment |
nothing calls this directly
no outgoing calls
no test coverage detected