CoSWoT Servient-C
Loading...
Searching...
No Matches
src
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
11
extern
Queue
* queue;
12
17
void
initCoRTC(
int
argc,
char
* argv);
18
23
void
deleteCORTC();
24
29
void
dateAndPublishGraph(
char
* rdfG);
30
31
32
#endif
//SERVIENT_C_CORTC_H
Queue
Definition:
Queue.h:20
Generated by
1.9.6