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 _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
