adding support to start the tdma schedule after emane startup
This commit is contained in:
parent
e4652f6879
commit
45f041604a
3 changed files with 58 additions and 11 deletions
|
@ -46,6 +46,16 @@ class EmaneModel(WirelessModel):
|
|||
"""
|
||||
return cls.configure(session.emane, config_data)
|
||||
|
||||
def post_startup(self, emane_manager, ifc):
|
||||
"""
|
||||
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)
|
||||
|
||||
def buildnemxmlfiles(self, e, ifc):
|
||||
"""
|
||||
Build the necessary nem, mac, and phy XMLs in the given path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue