CoSWoT Servient-C
Loading...
Searching...
No Matches
Functions
CoSGC methods

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.
 

Detailed Description

Function Documentation

◆ addMessage()

void addMessage ( char *  graphToFree,
int  modulesNombre 
)

Add a message to the list.

Parameters
graphToFreeGraphe to free
modulesNombreNumber of module thst use this graph

◆ deleteCOSGC()

void deleteCOSGC ( )

delete the messages list

◆ finishwithgraph()

void finishwithgraph ( char *  graphRDF)

Methode use by all modules to say: I done with that graph.

Parameters
graphRDFThe graph

◆ initCOSGC()

void initCOSGC ( )

initialise the messages list for CoSGC

◆ printListCoSGC()

void printListCoSGC ( )

Use to debug.

◆ removeUselessGraph()

void removeUselessGraph ( )

Methode to remove useless graph.