Reset the callback system This function resets the global variable used to handle the callback system.
0001 function urbiResetCallbacks 0002 % Reset the callback system 0003 % This function resets the global variable used to handle the callback 0004 % system. 0005 global Internal_Call_Back_Array Internal_Call_Back_connections 0006 Internal_Call_Back_Array = []; 0007 Internal_Call_Back_connections = [];