示例#1
0
 void update_sh_z_device(sh_z_device sh_z_device)
 {
     if (sh_z_device.ok_to_update())
     {
         sh_z_device.update(update_file_name);                   //, update_dev_up_progress);
     }
 }