Searched refs:GetMapperControlDevice (Results 1 – 3 of 3) sorted by relevance
177 shared_ptr<BaseControlDevice> GetMapperControlDevice();
355 …new VsControlManager(shared_from_this(), _systemActionManager, _mapper->GetMapperControlDevice())); in Initialize()357 …t(new ControlManager(shared_from_this(), _systemActionManager, _mapper->GetMapperControlDevice())); in Initialize()1318 …eader> barcodeReader = std::dynamic_pointer_cast<IBarcodeReader>(mapper->GetMapperControlDevice()); in InputBarcode()
745 shared_ptr<BaseControlDevice> BaseMapper::GetMapperControlDevice() in GetMapperControlDevice() function in BaseMapper