Hi!
I have an event structure, which gets user events, triggered from an external dll, then it processes the incoming data.
I draw this data on the front panel, but i think that the visualization takes too much time, and slows down the processing.
I would like to do the drawing not so often, for ex. in every 100 ms. So i must buffer the incoming data, as it all must be visualized.
How should i solve this buffering? I tried SmartBuffer, but Im not sure if it is the best way.
Thanks:
waszil