117118119120121122123124
// Set the framelist pointer io.setFrameListBaseAddress(schedule.getFrameList().getDescriptorAddress()); // Go! setRun(true); } catch (NameNotFoundException ex) { throw new ResourceNotFreeException(ex); } }