$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [dataflow] new component: multichain
From: Manuel Jung (gzahl_at_[hidden])
Date: 2008-09-16 07:26:41
Hey Stepjan,
I'm developing a new component, a multichain, which should be able to chain
different components together. Well the fusion and mpl libraries are
somewhat new to me, but here ist my approach.
I have some problems:
When the MultiChain Component is constructed, nothing seems to get
constructed, nor connected. Not even the constructors are being called?
I really don't have insight, how you relay the signals to chain and from the
cahin to the next component. I just copied it from chain.hpp. So i can not
connect my multichain at the moment.
Please see the example attached.
Kind Regards
Manuel