Issues.00312 - lordmundi/wikidoctest GitHub Wiki

00312: request for a dsp_tclscript plugin

« 00311 | Issues | 00313 »

Summary: request for a dsp_tclscript plugin

Created: 2011–01–06 09:44

Status: Released

Category: Request

From: frankie

Version: 2.1

Released_In: 2.2

Description:

executables like the dsp_manager don't contain doug, therefore there is no DOUG→GUI block to specify tcl scripts. The dsp_manager does have a tcl interpreter however, but there is just no way to specify scripts to source at startup.

This is a request for a plugin which could be used in the manager (or regular doug executable) that would take one tcl filename as input and source it at startup. This would allow tcl scripts to be installed and running in the dsp_manager instance.


Comments

frankie May 03, 2011, at 04:01 PM: This was implemented as described, however it is no longer needed since the manager now runs using the full doug executable, which means it can utilize tcl scripts on its own without the need for a plugin.


« 00311 | Issues | 00313 »

Associated Commits

| commit | 8f920c32c9d7d90c20e02ce40a9deb194bf5a35d link5 | || | Author: | Frankie Graffagnino | | Date: | Wed Jan 12 10:45:06 2011 -0600 | | Message: | [@Issue 00312: Created new dsp_tclscript plugin First cut. Very simple. Supply an input script as a command line argument and it sources it when the script loads. Could be useful for people running managers. @] |

Affected Files:

plugin_Linux_FC3/dsp_tclscript.so | Bin 0 -> 8822 bytes
 src.dist/plugins/dsp_tclscript.c  |  86 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)