Hi all,
I have a query regarding DSS scripting in CCS v4. The DSS scripting Media wiki page says for calling GEL functions from DSS script:
Like with CCScripting, you can call GEL functions from DSS. The expression.evaluate() API can be used to call any GEL function/expression.
// Call GEL function
debugSession.expression.evaluate("myGEL_call()");
Using the above syntax, can I call a user-defined GEL function? or only built-in GEL functions can be called using DSS scripts. How does
a DSS script get to know the fuctions defined in a user made GEL file. What is the procedure of calling user defined GEL functions using
DSS scripting?
Thanks,
Karthik.