Difference between revisions of "2010 Winter Project Week Command Line Module Simple Return Types"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2010.png|Projects List Image:ExectionModelTourGUI.png|Command line module GUI </gallery> ==Key Investigator…')
 
Line 38: Line 38:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
  
 +
Discussed designs with Andriy and Bill
  
  

Revision as of 17:30, 8 January 2010

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