discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] What is the purpose of argument 'OK' in rx_callback


From: bharadwaj desikan
Subject: [Discuss-gnuradio] What is the purpose of argument 'OK' in rx_callback
Date: Sun, 9 Oct 2011 19:36:35 +0530

Hi

Can anyone out there, Kindly do explain the condition during which the argument 'ok' of rx_call back function return false.ie
in the below code n_rcvd will be increamented while n_right will not .

Also if  disturbance in transmission will this affect this during reception
 
  def rx_callback(ok, payload):
        global n_rcvd, n_right
        n_rcvd += 1
        if ok:
            n_right += 1

Thanks you in advance.



reply via email to

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