Searched refs:mComm (Results 1 – 2 of 2) sorted by relevance
76 mComm(comm.release()),104 std::unique_ptr<CommBase> mComm; variable
50 mComm->stop(); // Close emulator socket if it is open. in ~VehicleEmulator()190 int retVal = mComm->write(msg); in txMsg()322 std::vector<uint8_t> msg = mComm->read(); in rxMsg()338 int retVal = mComm->open(); in rxThread()343 retVal = mComm->connect(); in rxThread()