DEMO 6 - Recipes: Deleting recipes and recipe types

A simple example to illustrate how single recipes can be deleted (removed from cache) and how to remove recipe types

  (...)

 
  
string hardware = "myTell1_OT";  
string recipeType  = "TELL1_OT_test1";   

//all registers belonging to hardware are removed and the recipe is saved again.
//if no registers from other datapoints are existent the datapoint is removed from the cache
fwHw_deleteRecipe(hardware, "LAB/Configure/test");  
 
//deletes recipe type 
fwHw_deleteRecipeType(recipeType);
 

 (...)

Generated on Mon Jan 28 10:40:20 2008 for FwHw by  doxygen 1.4.7