Hey Stefan! Thanks for the speedy reply :).
I set up the packet inheritance as you indicated.
Regarding the connection setup, it is as follows:
_spAppNode = new co::Node();
co::ConnectionDescriptionPtr spConnection = new co::ConnectionDescription();
spConnection->setHostname(_hostAddress.toString().toStdString());
spConnection->port = _uPort;
spConnection->type = co::CONNECTIONTYPE_TCPIP;
spConnection->setFilename(std::string("default"));
_spAppNode->addConnectionDescription(spConnection);
_uPort is the port defined in the connection part of the server section of
the .eqc file. How can I get the port of the client on the application node?
--
View this message in context:
http://software.1713.n2.nabble.com/Affecting-Collage-objects-outside-an-Equalizer-application-tp7301888p7305985.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com