CoSWoT Servient-C
Loading...
Searching...
No Matches
CoRTC.h
1//
2// Created by Yazid Chakib on 17/11/2022.
3//
4
5#ifndef SERVIENT_C_CORTC_H
6#define SERVIENT_C_CORTC_H
7
8#include "./Queue.h"
9#include "CoSSB.h"
10
11extern Queue* queue;
12
17void initCoRTC(int argc, char* argv);
18
23void deleteCORTC();
24
29void dateAndPublishGraph(char * rdfG);
30
31
32#endif //SERVIENT_C_CORTC_H
Definition: Queue.h:20