2010 Winter Project Week Command Line Module Simple Return Types

From NAMIC Wiki
Jump to: navigation, search
Home < 2010 Winter Project Week Command Line Module Simple Return Types

Key Investigators

  • GE: Jim Miller

Objective

Extend the Command Line Module infrastructure to allow for simple return types (int, scalar, string).




Approach, Plan

  • Use a single wrapper to collect all the simple return values in a key:value pair format.
  • Receive the key:value wrapper from executables, shared libraries, and python
  • Display the output values in the GUI as non-editable items

Need to coordinate this with the Qt port.


Progress

Discussed designs with Andriy and Bill