Hi,
is it possible to connect an event to its handlers using the deployment component (XML configuration file) ?
Thank you,
Philippe Hamelin
Connecting events and handlers in the deployer
Submitted by phamelin on Wed, 2008-12-03 19:25 |
The Orocos ProjectSmarter control in robotics & automation! |
|
Connecting events and handlers in the deployer
Hi, |
Connecting events and handlers in the deployer
On Wednesday 03 December 2008 20:14:39 Philippe Hamelin wrote:
> Hi,
> is it possible to connect an event to its handlers using the deployment
> component (XML configuration file) ?
No. We are working on raising events when data on data ports arrives, but any
function which needs to be connected to an event must be done in C++, for
example in your configureHook().
Peter