I'm some confused about the correct order of creating a functional panel. For example, below are four functions that will be included in fp library.
void A (void);
void B (void);
void C (void);
void D (void);
As far as I know, there's two ways to do this:
1, Create a new fp file by clicking File->new->Create function tree...., then construct your insrument class and function. At last generate source for function node by right click on your function.
2, Create a new .h file, then Click Options->Generate Function tree...
One difference between them is in "Creating Funtion panel window Node", as shown in attached file.
Appreciate if somebody could give an step-by-step instruction on how to create a functional panel.
Thanks!
Jacky