08-13-2013 06:24 AM
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
08-14-2013 04:38 AM
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
http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/usermanual/tagsforsourcecode/