[Live-devel] calling SingleStep()

Russell Brennan rjbrennn at gmail.com
Mon Jun 25 07:35:14 PDT 2007


I'm trying to bypass doEventLoop() and call SingleStep() in my own while
loop, but after going through a tangle of code trying to figure out how to
call it, I didn't see how I could call it, so I created the following:

void BasicTaskScheduler0::doSingleStep(char* watchVariable) {
  if (watchVariable == NULL && *watchVariable == 0) SingleStep();
}

Is there a better way to do this?  If not, this might something worth adding
to make the library more flexible.

-- 
Russell Brennan
RJBrennn at gmail.com
(708) 699-7314
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20070625/477e5f21/attachment.html 


More information about the live-devel mailing list