getVisionNames()

Outputs all the open Vision modules.

Synopsis

dyn_string getVisionNames();

Parameters

Parameter Description
none -

Return Value

The function returns the names of the modules or an empty string.

Description

Returns the names of all the open Vision modules in a dyn_string.

Example

main()
{
  DebugN(getVisionNames()); // output
}