des-testbed / libara

A framework for the implementation and evaluation of routing algorithms based on the Ant Colony Optimization (ACO) metaheuristic.
GNU General Public License v3.0
19 stars 11 forks source link

Update MobilityDataPersistor to OMNeT++ 4.5 API #123

Closed mfrey closed 10 years ago

mfrey commented 10 years ago

Apparently, there is a new variant of receiveSignal in class cListener which needs to be implemented:

void receiveSignal(cComponent *src, simsignal_t id, bool b);