updates to support external transport configuration and an emane transport service to generate and run emanetransport for a configured external transport model

This commit is contained in:
Blake J. Harnden 2018-07-11 09:19:06 -07:00
parent bf222cd5b4
commit bfbee35a53
10 changed files with 108 additions and 16 deletions

View file

@ -105,7 +105,7 @@ class Configuration(object):
Represents a configuration options.
"""
def __init__(self, _id, _type, label, default="", options=None):
def __init__(self, _id, _type, label=None, default="", options=None):
"""
Creates a Configuration object.