SocUtilsSourceTime-stamp: <modified the 27/09/2017 (at 09:54) by Erwan Jahier>
Donne toute les méthodes d'un composant.
Fonctions de représentation des objets SOC.
output header_flag pack_name dumps the soc list into a file. header_flag states whether or not headers (comment) should be printed
should we omit the ctx in arg of the step function? yes in Heap mode when the soc is memory less.
filter_step_params index_list var_list
only keeps the var present in the index list.
For instance, filter_step_params 0;1;4 v1;v2;v3;v4;v5 = v1;v2;v5
nb : we suppose that the index list is in increasing order.