[Bug 588] New: OCL::IOComponent lacks configurability

For more infomation about this bug, visit
Summary: OCL::IOComponent lacks configurability
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Hardware
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Hey,

i was using the IOComponent i was looking for something that's not yet inside
and would be nice to have:

* Make it possible to load all Digital/Analog inputs/outputs from a
property-file. This way an IOComponent is directly use-able after it is loaded
and configured by a DeploymentComponent. Now you still have to write some
script that has to add all the inputs and outputs before you can start the
IOComponent. And this script cannot even be executed by the IOComponent itself
since the adding functionality can only be used when the component is not
running.

Ruben