[Bug 925] New: Add setFileDescriptorActivity in Deployer

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

Summary: Add setFileDescriptorActivity in Deployer
Product: Toolchain
Version: master
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: OCL
AssignedTo: orocos-dev [..] ...
ReportedBy: charles [dot] lesire [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 766
--> http://bugs.orocos.org/attachment.cgi?id=766
patch

The patch attached to this ticket adds a 'setFileDescriptorActivity' to the
deployer.

This operation allows to add a RTT::extras::FileDescriptorActivity to a
component, and to set its timeout, its scheduler and its priority.

Result from the deployer:

Deployer [S]> help setFileDescriptorActivity

setFileDescriptorActivity( string const& CompName, double Timeout, int
Priority, int SchedType ) : bool
Attach a File Descriptor activity to a Component.
CompName : The name of the Component.
Timeout : The timeout of the activity (set to zero for no timeout).
Priority : The priority of the activity.
SchedType : The scheduler type of the activity.

[Bug 925] Add setFileDescriptorActivity in Deployer

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

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

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |peter [..] ...
Resolution| |FIXED