SRN( id1,id2 )@ lineNumber = absoluteAddress
Description:
Maps the LabVIEW self-referencing node to the line number in the C file and the absolute address. A self-referencing node is a node that maintains pointers to the controls, indicators, and constants on the block diagram. This entry determines the emulator breakpoint address when a user sets a breakpoint on the block diagram. This entry also locates and highlights the LabVIEW self-referencing node when the executable hits the breakpoint.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW self-referencing node on the block diagram.
lineNumber is the line number in the C file that implements the self-referencing node on the target.
absoluteAddress is the absolute address of the code that implements the self-referencing node.
Example:
SRN(17,13)@627=0x168A4