Răspuns MAC problem in UMXSdr

  • 2012年4月26日 7:01
     
     

    hi, everyone,

       I have one question about the machanism of MAC in the UMXSdr which use the UMX reflection.

       Three MAC state handlers are defined:

    static MAC_STATE_HANDLER* STATE[] = {
        MAC11a_Receive,
        MAC11a_Send,
        MAC11a_CarrierSense
    };

    All the handlers are realized in the mac.cpp of UMXsdr.

    Here is the question:  how UMXsdr decides to run each funtion correspond to the handler, or in other words, where the funtions of the handlers are called?

    Thx very much!

    Jaimie

全部回复