2010 Winter Project Week Command Line Module Simple Return Types

From NAMIC Wiki
Revision as of 15:16, 2 January 2010 by Millerjv (talk | contribs) (Created page with '__NOTOC__ <gallery> Image:PW-SLC2010.png|Projects List Image:ExectionModelTourGUI.png|Command line module GUI </gallery> ==Key Investigator…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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