Issues.00315 - lordmundi/wikidoctest GitHub Wiki
00315: update dsp_state plugin to accept cmds when in manager
Summary: update dsp_state plugin to accept cmds when in manager
Created: 2011–01–13 13:56
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
when the state plugin is running in the manager, the doug tcl commands are not available because there is no DOUG structures. This is a request to also make some tcl commands that are available when running inside a manager.
Comments
frankie January 26, 2011, at 03:39 PM: The new commands when running inside dsp_manager have a "dsp." prefix in front of them, such as:
dsp.state.transition
dsp.state.load
dsp.state.save
dsp.state.reset
frankie May 03, 2011, at 04:04 PM: Now that we are no longer using the dsp_manager executable and instead are using the full doug executable, these commands are no longer needed. The original doug commands can be used.
Associated Commits
| commit | 2e7630f944f959b86a437ba6aecc065a3acd75a5
link5 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 26 09:33:09 2011 -0600
|
| Message: | [@Issue 00315: made the new dsp.state commands more robust
@] |
Affected Files:
eng_graph.pkg | Bin 608926 -> 609011 bytes
plugin_Linux_FC3/dsp_state.so | Bin 100794 -> 100989 bytes
plugin_Win32/dsp_state.dll | Bin 485056 -> 485863 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | c7712d3f0756874872382933b6c2b0af8363a85c
link6 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 26 09:33:09 2011 -0600
|
| Message: | [@Issue 00315: made the new dsp.state commands more robust
@] |
Affected Files:
plugin_Linux_FC3/dsp_state.so | Bin 100794 -> 100989 bytes
plugin_Win32/dsp_state.dll | Bin 485056 -> 485863 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
| commit | 439f40aaa922ffec15cf48cd42ce2f817c306708
link7 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 26 09:10:51 2011 -0600
|
| Message: | [@Issue 00315: added dsp.state.transition, dsp.state.load, dsp.state.save,
dsp.state.reset Tcl commands @] |
Affected Files:
plugin_Linux_FC3/dsp_state.so | Bin 100790 -> 100794 bytes
plugin_Win32/dsp_state.dll | Bin 485056 -> 485056 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
| commit | c6fdc1803fdb1597c37045005ed4f1c3c1a77f2f
link8 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 26 09:35:01 2011 -0600
|
| Message: | [@EDGE Issue 00315: added new commands dsp.state.load dsp.state.save
dsp.state.reset dsp.state.transition @] |
Affected Files:
src/plugins/dsp_state.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)