Node( id1,id2,id3 )@ lineNumber = absoluteAddress
Description:
Maps the LabVIEW VI 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 block diagram node when the executable hits the breakpoint.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW node on the block diagram.
lineNumber is the line number in the C file that implements the node.
absoluteAddress is the absolute address of the code that implements the LabVIEW node on the target.
Example:
Node(13,14,17)@563=0x16580