next up previous contents
Next: Free functions Up: DIET data Previous: Access functions   Contents

Data Management functions

/*******************************************************************
 *   Add handler argID and text message msg in the identifier file *
 ******************************************************************/

void 
store_id(char* argID, char* msg);


/** sets only identifier : data is present inside the platform */

void
diet_use_data(diet_arg_t* arg, char* argID);


/******************************************************************
 *  Free persistent data identified by argID                     *
 *****************************************************************/
int
diet_free_persistent_data(char* argID);



Subsections

The DIET Team - Ven 18 nov 2011 18:13:39 PST