Re: [Opengc-devel] multiple data sources?
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Wendell T. <we...@ad...> - 2003-09-24 17:46:13
|
On Wed, Sep 24, 2003 at 01:05:32PM -0400, Damion Shelton wrote: > > There can only be one data source in a render object; Ok, no wonder it wasn't working right! > Now, there is nothing to prevent you from adding specific network > functionality to a particular gauge, So then, I would have the ogcNavTestGauge, upon initialization, open the sockets? And in Render(), read the socket and calculate the display? That would work, and I guess I was trying to be too tricky in duplicating another DataSource. > My suggestion would just be to add network socket functionality to your > version of the nav gauge, that would execute each time a render call > came through. That way, all of the network traffic occurs locally and > is only visible to your code. Wilco. That sounds much easier than what I was trying to do. > Does this answer your question? Yes. Would this functionality be of interest to anyone else? Would you want it into cvs? Wendell |