got tdma working, leveraging an example tdma schedule that will be included with packaging

This commit is contained in:
Blake J. Harnden 2018-03-25 22:08:22 -07:00
parent 162cb20e14
commit 1f2c78d54a
4 changed files with 24 additions and 6 deletions

View file

@ -46,12 +46,11 @@ class EmaneModel(WirelessModel):
"""
return cls.configure(session.emane, config_data)
def post_startup(self, emane_manager, ifc):
def post_startup(self, emane_manager):
"""
Logic to execute after the emane manager is finished with startup.
:param core.emane.emanemanager.EmaneManager emane_manager: emane manager for the session
:param ifc: an interface for the emane node this model is tied to
:return: nothing
"""
logger.info("%s has no post setup tasks: interface(%s)", ifc)