OpenViBE control flow graph or analysis

Come here to discuss about OpenViBE in general!
Post Reply
fah
Posts: 8
Joined: Wed Nov 03, 2010 9:47 am

OpenViBE control flow graph or analysis

Post by fah »

Dear all,

I seek to understand OpenViBE. Indeed, I seek to have the control flow graph (CFG) or the control flow analysis (CFA) about it. Can you help me?
thank you for your reply!

Fah

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: OpenViBE control flow graph or analysis

Post by yrenard »

Dear Fah,

unfortunately, we do not have those graphs. What information are you expecting to dig from them ?

Yann

fah
Posts: 8
Joined: Wed Nov 03, 2010 9:47 am

Re: OpenViBE control flow graph or analysis

Post by fah »

Hi Yann,
thank you for your answer! In fact, I want the list of all external libraries used in OpenViBE and where they are used. Thank you for your help!

fah

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: OpenViBE control flow graph or analysis

Post by yrenard »

Ok, so if you are running Windows, you will find the list of dependencies in the win32-install_dependencies.exe app. If you run linux you will find similar information in the linux-init_env_command. As regarding to what part of OpenViBE uses what dependency, you can have a look at the CMakeLists.txt files of each project, they have clear include(Find*) statements that will let you know all of what you are looking for.

Hope this helps,
Regards,
Yann

Post Reply