fbe2d26487
--HG-- extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f
11 lines
460 B
Text
11 lines
460 B
Text
simobj ConsoleListener(SimObject):
|
|
type = 'ConsoleListener'
|
|
port = Param.UInt16(3456, "listen port")
|
|
|
|
simobj SimConsole(SimObject):
|
|
type = 'SimConsole'
|
|
append_name = Param.Bool(True, "append name() to filename")
|
|
intr_control = Param.IntrControl(Super, "interrupt controller")
|
|
listener = Param.ConsoleListener("console listener")
|
|
number = Param.Int(0, "console number")
|
|
output = Param.String('console', "file to dump output to")
|