[Bug 738] New: Simulink4orocos does not work with RTT >= 1.10

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

Summary: Simulink4orocos does not work with RTT >= 1.10
Product: Simulink Toolbox
Version: 1.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: General
AssignedTo: orocos-dev [..] ...
ReportedBy: klaas [dot] gadeyne [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

The new activity model that was introduced in RTT 1.10 breaks the
orocos4simulink code.

Fix is not a one-liner since the RTWcomponent calls its own configureHook()
function already in the constructor (i.e. before the deployment component gets
the chance to do it later on (configureComponents).

[Bug 738] Simulink4orocos does not work with RTT >= 1.10

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

--- Comment #5 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2010-05-06 22:23:22 ---
Updated the webpage to point to this WORKSFORME version.

[Bug 738] Simulink4orocos does not work with RTT >= 1.10

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

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |philippe [dot] hamelin [..] ...

--- Comment #4 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2010-05-06 22:17:23 ---
*** Bug 764 has been marked as a duplicate of this bug. ***

[Bug 738] Simulink4orocos does not work with RTT >= 1.10

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

--- Comment #3 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2009-11-25 11:47:32 ---
FWIW, I uploaded a v1.3 of the toolbox that should incorporate the fixes.
Big mea culpa: By accident I forgot to update the version number and hence
"overwrote" v1.1. I removed it afterwards. You shouldn't be using that
version anymore anyway...
Big fat warning: Completely untested...

[Bug 738] Simulink4orocos does not work with RTT >= 1.10

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

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution| |WORKSFORME
Status|NEW |RESOLVED

--- Comment #2 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2009-11-25 11:21:04 ---
Probably not an ideal solution, but I don't have the time to dig deeper ATM

[Bug 738] Simulink4orocos does not work with RTT >= 1.10

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

--- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2009-11-25 11:18:16 ---
Created an attachment (id=574)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=574)
Remove activity, don't call configurehook in constructor (split up in 2
separate functions)

Should probably be applied using the ignore white-space option of diff, since I
got frustrated by the indentation :-)