User:Saheb: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Saheb (talk | contribs)
No edit summary
No edit summary
Line 20: Line 20:


- Modify test.py to test the final feature.
- Modify test.py to test the final feature.
[[Category:ASCEND_Contributors]]

Revision as of 05:43, 13 March 2012

I am an undergraduate student from Dhirubhai Ambani Institute of Information and Communication Technology(DA-IICT),Gandhinagar,Gujarat,India.

Code branch: saheb:

Present Goal

I am currently working on implementing the feature of Adding 'smart' default units of measurement in the PyGTK GUI(bug 429). This bug comes under Student_Projects#GUI improvements.

Tasks

- Understanding the working of various layers involved.

- Modify the C Layer code and modify the typedesc struct to get default unit included in it.

- Write a CUnit Code to test the initial modification of C layer code.

- Understand the C++ wrapping and SWIG tool.

- Write C++ functions to get the default unit and then pass it to the PyGTK layer.

- Modify test.py to test the final feature.