Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
DVM Main file. More...
Functions | |
def | handle_exit |
Handle an exit signal. More... | |
Variables | |
tuple | argParser = argparse.ArgumentParser(description = "The Dataflow Virtual Machine.") |
Bind handle_exit to sigint. More... | |
tuple | args = argParser.parse_args() |
tuple | data = read.parseValue(data) |
DVM Main file.
This module contains the entry point for DVM. It contains the UI code, as well as the command line parser and exit handling.
In short it bundles all the components of DVM together and it allows the user to interact with these components.
def dvm.handle_exit | ( | signal, | |
frame | |||
) |
Handle an exit signal.
tuple dvm.argParser = argparse.ArgumentParser(description = "The Dataflow Virtual Machine.") |
Bind handle_exit to sigint.
tuple dvm.args = argParser.parse_args() |
tuple dvm.data = read.parseValue(data) |