Searched refs:mSocketComm (Results 1 – 2 of 2) sorted by relevance
44 mSocketComm = std::make_unique<SocketComm>(this);45 mSocketComm->start();55 mSocketComm->stop(); in ~VehicleEmulator()72 mSocketComm->sendMessage(msg); in doSetValueFromClient()
94 std::unique_ptr<SocketComm> mSocketComm; variable