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 6 jul 2012 11:19:05 CEST