[Bug 811] New: Implement write function for EnumTypeInfo

http://bugs.orocos.org/show_bug.cgi?id=811

Summary: Implement write function for EnumTypeInfo
Product: Toolchain
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: steven [dot] bellens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 628
--> http://bugs.orocos.org/attachment.cgi?id=628
Implement write() and read() function in EnumTypeInfo

The write function allows the TaskBrowser to display the actual content of the
enum type instead of the more general enum type itself. The read function is an
attempt to implement the reverse but currently fails to compile - I commented
it out as it's not requried at the moment (will it ever be?). Patch against
toolchain-2.2

[Bug 811] Implement write function for EnumTypeInfo

http://bugs.orocos.org/show_bug.cgi?id=811

Arnaud Degroote <arnaud [dot] degroote [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |arnaud [dot] degroote [..] ...

[Bug 811] Implement write function for EnumTypeInfo

http://bugs.orocos.org/show_bug.cgi?id=811

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |peter [..] ...
Target Milestone|--- |next-major

--- Comment #1 from Peter Soetens <peter [..] ...> 2011-06-21 14:51:50 CEST ---
(In reply to comment #0)
> Created attachment 628 [details]
> Implement write() and read() function in EnumTypeInfo
>
> The write function allows the TaskBrowser to display the actual content of the
> enum type instead of the more general enum type itself. The read function is an
> attempt to implement the reverse but currently fails to compile - I commented
> it out as it's not requried at the moment (will it ever be?). Patch against
> toolchain-2.2

I'll apply this, but we should document proper use in the typekit manual or on
the wiki.

Peter