sfc-aqua / quisp

Open source implementation of quantum internet simulation package
BSD 3-Clause "New" or "Revised" License
89 stars 36 forks source link

Add ComponentProvider::getNodeAddr #515

Closed zigen closed 1 year ago

zigen commented 1 year ago

we have a lot of par("address") in each module. this causes dependency to omnetpp's module API and it makes it difficult to change the node address format and also makes unit tests harder. this PR introduces ComponentProvider::getNodeAddr method to make it easy.


This change is Reviewable