[Rock-dev] Vizkit: howto connect an member of an port to an gui

Alexander Duda Alexander.Duda at dfki.de
Thu Jul 19 09:41:52 CEST 2012


On 07/19/2012 09:10 AM, Matthias Goldhoorn wrote:
> I tried the following
>
> Vizkit.connect_port_to
> "audio_reader","stereo_output.left_channel.",gui.raw, :pull => true
>
> where gui.raw is an plot2d the problem is that
> stereo_output.left_channel is an member of an port, not sure whether
> it's an bugg, an nice enchacement (that should be done), or whatever.
> What's the best way to solve/do this?
>
> Matthias
>
This syntax is not supported at the.
Use the following instead.

Vizkit.connect_port_to "audio_reader","stereo_output",gui.raw, :pull => true,:subfield => :left_channel

Alex



-- 
Dipl.-Ing. Alexander Duda
Unterwasserrobotik

DFKI Bremen
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-456620
Fax:   +49 (0)421 178-454150
E-Mail: alexander.duda at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3



More information about the Rock-dev mailing list