Hello Community,
as the topic says: Correct way to obtain memory map in a real time bundle.
How can we do this?
Is there a way to use something like this?:
member = std::shared_ptr<comm::datalayer::IMemoryUser>();
DatalayerFactory->openMemory(member , "fieldbuses/ethercat/master/instances/ethercatmaster/realtime_data/output");
member ->getMemoryMap(data);
Or do we need to use readAsync(...)
What's the best practice?
Sincerely Elleshar