Wednesday, November 19, 2008

Steps to Create a New Class

Make a copy of the entire folder hierarchy of an entire class.

Rename all VI’s to change the suffix of the VI names from the old class name to the new class name.

Edit the icons of all VI’s to reflect the new class name.

Change the string constant in the data component to the new class name.

Edit the Class Type typedef control so that the name in the enumerated type is the new class name.

Edit the “cluster of private class data” typdef to use the data for the new class.

Delete existing method VI’s and create new methods appropriate to the new class.

No comments: