Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
dvm Namespace Reference

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)
 

Detailed Description

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.

Function Documentation

def dvm.handle_exit (   signal,
  frame 
)

Handle an exit signal.

Variable Documentation

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)