LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency diagram or function callers in

Solved!
Go to solution
Spoiler
 

Hi there,

 

I'm new to LabWindows and I'm working on a project that contains loads of files within a project.

 

I'd like to know if there's any tool available for generating a dependency diagram, something like Vi hierarchy in LabVIEW.

 

If not, is there any method for finding all function calls within a project (something similar to the 'find callers' method in LabVIEW) ?

 

I need to locate which .c files call my function...

 

I'm working on LabWindows 2012.

 

Thanks

0 Kudos
Message 1 of 2
(2,745 Views)
Solution
Accepted by topic author carolynturnell

Hi,

you can use the Source Code Browser (CTRL + F1) to list selected functions etc. You will need to compile the project first with the 'generate source code browse information' build option enabled.

Message 2 of 2
(2,736 Views)