| 67 | } |
| 68 | |
| 69 | void GpsService::onStop(ServiceContext& serviceContext) { |
| 70 | if (getState() == State::On) { |
| 71 | stopReceiving(); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | bool GpsService::startGpsDevice(GpsDeviceRecord& record) { |
| 76 | LOGGER.info("[device {}] starting", record.device->getId()); |
no test coverage detected