[Live-devel] calling SingleStep()

Russell Brennan rjbrennn at gmail.com
Mon Jun 25 12:11:03 PDT 2007


As an update, I decided for simplicity to just make this function public
instead of protected.

On 6/25/07, Russell Brennan <rjbrennn at gmail.com> wrote:
>
> 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
>



-- 
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/d0fd7c73/attachment-0001.html 


More information about the live-devel mailing list