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