[Bug 679] New: IOComponent: Wrong name appending when adding an interface

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=679

Summary: IOComponent: Wrong name appending when adding an
interface
Product: OCL
Version: 1.8.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Hardware
AssignedTo: orocos-dev [..] ...
ReportedBy: steven [dot] kauffmann [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Hi,

Looks like the AddDigitalOutInterface wrongly appends the name of the digital
outputs. Instead of basename0, basename1, ... I get 0asename, 1asename , ...

Attached patch solves this problem.

I was also looking for a AddDigitalInInterface but did not found it. Is there a
reason why it does not exist? If not, see patch.

Steven

[Bug 679] IOComponent: Wrong name appending when adding an inter

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=679

--- Comment #1 from Steven Kauffmann <steven [dot] kauffmann [..] ...> 2009-06-24 13:07:33 ---
Created an attachment (id=454)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=454)
IOcomponent.patch