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

User Constants. More...

Variables

int EXIT_OK = 0
 Exit code when the program exits with no issues. More...
 
int EXIT_INTERRUPT = 1
 Exit code when the user interrupts program execution. More...
 
int EXIT_INPUT = 2
 Exit code that is returned if some user input contains an error. More...
 

Detailed Description

User Constants.

This module defines the external constants of DVM. External constants include exit codes.

Variable Documentation

int user.EXIT_OK = 0

Exit code when the program exits with no issues.

int user.EXIT_INTERRUPT = 1

Exit code when the user interrupts program execution.

int user.EXIT_INPUT = 2

Exit code that is returned if some user input contains an error.