Issues.00441 - lordmundi/wikidoctest GitHub Wiki

00441: upgrade number of internal trails in dsp_trails

« 00440 | Issues | 00442 »

Summary: upgrade number of internal trails in dsp_trails

Created: 2012–10–09 11:33

Status: Released

Category: Request

From: frankie

Version: 2.2

Released_In: 2.3

Description:

right now, there are 3 internal trails that can be configured. this is a request to increase that number.


Comments

frankie October 09, 2012, at 11:39 AM: This has been done. The number of internal trails has been increased to 20, although you are always free to dynamically create trails by writing your own plugin and talking to the plugin via shared memory. The same tcl syntax as before is used, although now the trail number can go as high as 19. A reminder of the syntax:

doug.plugin dsp_trail 19 set -ref_name SSREF -node_name EARTH_CENTER -distance 10 -color 254 254 0 -enabled 1 -max_samples 5000

More details on the usage can be found on the page for Issues.00131.


« 00440 | Issues | 00442 »

Associated Commits

| commit | 48872b8bb6419333d5fe726b0f97d91d5ad25fdf link6 | || | Author: | Frank Graffagnino | | Date: | Tue Oct 9 12:32:33 2012 -0500 | | Message: | [@Issue 00441: Updating dsp_trail.c source code for more internal trails. @] |

Affected Files:

src.dist/plugins/examples/dsp_trail.c | 32 ++++++++++++++++++±------------
 1 file changed, 19 insertions(+), 13 deletions(-)

| commit | 49351fd593fedfe2643fab19b086db43b07ab941 link7 | || | Author: | Frank Graffagnino | | Date: | Tue Oct 9 11:35:27 2012 -0500 | | Message: | [@Issue 00441: Increased number of internal trails in dsp_trail to 20. @] |

Affected Files:

plugin_Darwin/dsp_trail.so    | Bin 29776 -> 29792 bytes
 plugin_Linux_FC3/dsp_trail.so | Bin 40518 -> 42391 bytes
 plugin_Win32/dsp_trail.dll    | Bin 449042 -> 449042 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

| commit | b80e9fffc514198da3e8fcff62907ae262624ca4 link8 | || | Author: | Frank Graffagnino | | Date: | Tue Oct 9 11:34:35 2012 -0500 | | Message: | [@Issue 00441: This increases the number of internal trails in dsp_trail to 20. @] |

Affected Files:

src/plugins/dsp_trail.c | 26 ++++++++++++++±----------
 1 file changed, 15 insertions(+), 11 deletions(-)