Location.SRN(id1,id2)@[startLine..endLine]
Description:
Maps the self-referencing node to the first and last line in the C file. This entry locates the self-referencing node when a user sets a breakpoint or single-steps in the generated C code. This entry is used only when you have integrated the LabVIEW debugger with an IDE.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW diagram self-referencing node on the block diagram.
startLine is the first line number in the C file that implements the self-referencing node.
endLine is the last line number that implements the self-referencing node.
Example:
Location.SRN(17,13)@[626..628]