LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

labwindows/cvi coding guidelines

Hi,

 

Earlier, in LabVIEW based application development I used to follow some coding guidelines (coding standards )

as I recently started using labwindows/cvi. I would like to know the coding guidelines for the same. Please share if u have.

 

Thanks in advance

phani

phani srikanth
0 Kudos
Message 1 of 2
(3,503 Views)

Same as any C language coding guidelines, with the addition of the triple slash comments:

/// HIFN Function comment

/// HIPAR Parameter/Does this and this

/// OUT

/// ARRAY

/// HIRET

More here

 

http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/usermanual/tagsforsourcecode/

0 Kudos
Message 2 of 2
(3,469 Views)