SNode( id1,id2,id3 )@ lineNumber = absolute address
Description:
Maps the LabVIEW diagram structure node to the line number in the C file and the absolute address. 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 diagram structure when the executable hits the breakpoint.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW diagram structure node on the block diagram.
lineNumber is the line number in the C file that implements the structure node.
absoluteAddress is the absolute address of the code that implements the structure node on the target.
Example:
SNode(10,11,11)@527=0x16340