예제 #1
0
 def callback(args):
     """! Callback function
     @param args
     @return none
     """
     self._args_received = args
     self._cb_time = Simulator.Now()
예제 #2
0
 def callback(context, args):
     """! Callback
     @param context the cntet
     @param args the arguments
     @return none
     """
     self._context_received = context
     self._args_received = args
     self._cb_time = Simulator.Now()
예제 #3
0
 def callback(args):
     self._args_received = args
     self._cb_time = Simulator.Now()
예제 #4
0
 def callback(context, args):
     self._context_received = context
     self._args_received = args
     self._cb_time = Simulator.Now()