discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Synchronizing two USRPs


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Synchronizing two USRPs
Date: Tue, 14 Oct 2008 13:50:33 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Oct 14, 2008 at 03:30:29PM -0500, Maduike, Dumezie wrote:
> Hello everyone.
> 
> Also, does anyone know how the real-time scheduling feature is implemented or 
> works.


Depending on what's available on your system, it uses either
pthread_setschedparam or sched_setscheduler.  See their man pages for
details on what they do.  Our code is in gruel/src/lib/realtime.cc

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]