The provided API for communication plug-ins offers various functions to get information about your recipes. This page gives a small insight to the possibilities on how and which information you can query about your recipe files. For more information about the available functions, see the reference documentation of mv_recipe_store.h.
To get a list of all recipes, you can use the following function which returns the available recipes in MVRecipeList_t.
There are some further functions with respect to recipe lists, for example, to get the size of the recipe list or to get recipes by their ID. For more informatoin about the available functions, see the reference documentation of mv_recipe_store.h.
You can also query the input and output parameters of the respective recipe files that were returned in MVRecipeList_t. The input parameters represent the tool parameters that have been specified as MVApp parameters in the respective MVApp that is associated with the recipe whereas the output parameters reflect the MVApp results of the same MVApp.
To query the input and output parameters of a recipe MVRecipe_t in the recipe list MVRecipeList_t, use the following functions:
The following example shows how the information of the recipe output parameters, that is, MVApp results of the associated MVApp, are queried in the example plug-in "action-sender".