[etherlab-users] PdCom

Florian Pose fp at igh-essen.com
Mon Oct 19 12:07:51 CEST 2009


Hi,

On Wed, Oct 07, 2009 at 11:02:11PM +0200, rath wrote:
> how can I send data to a process with the PdCom-Library? When I create
> an instance of the ExampleProcess I can't send data with the
> sendData() method from the main, because it is a private method.

Have you read the documentation of the PdCom::Process class? You'll have
to inherit from it and implement the socket I/O via a few virtual
methods. Writing process parameters then works via the
PdCom::Variable::setValue() method.

-- 
Best regards,
Florian Pose

http://etherlab.org



More information about the Etherlab-users mailing list