|
CoSWoT Servient-C
|
Functions | |
| void | initCOSGC () |
| initialise the messages list for CoSGC | |
| void | deleteCOSGC () |
| delete the messages list | |
| void | addMessage (char *graphToFree, int modulesNombre) |
| Add a message to the list. | |
| void | finishwithgraph (char *graphRDF) |
| Methode use by all modules to say: I done with that graph. | |
| void | removeUselessGraph () |
| Methode to remove useless graph. | |
| void | printListCoSGC () |
| Use to debug. | |
| void addMessage | ( | char * | graphToFree, |
| int | modulesNombre | ||
| ) |
Add a message to the list.
| graphToFree | Graphe to free |
| modulesNombre | Number of module thst use this graph |
| void deleteCOSGC | ( | ) |
delete the messages list
| void finishwithgraph | ( | char * | graphRDF | ) |
Methode use by all modules to say: I done with that graph.
| graphRDF | The graph |
| void initCOSGC | ( | ) |
initialise the messages list for CoSGC
| void printListCoSGC | ( | ) |
Use to debug.
| void removeUselessGraph | ( | ) |
Methode to remove useless graph.