API -&nbspSmartSlog KP Library
ss_classes.h
Go to the documentation of this file.
1 
32 #ifndef _SS_CLASSES_H
33 #define _SS_CLASSES_H
34 
35 #ifdef KPI_LOW
36  #include <kpilow/kpi_low.h>
37 #else
38  #include <ckpi/ckpi.h>
39 #endif
40 
41 #include "kpi_interface.h"
42 #include "ss_properties.h"
43 #include "ss_func.h"
44 #include "utils/list.h"
45 
46 #if defined(WIN32) || defined(WINCE) || defined(SMARTSLOG_WIN_EXPORTS)
47 #define SSLOG_EXTERN __declspec(dllexport)
48 #else
49 #define SSLOG_EXTERN
50 #endif
51 
55 #ifndef RDF_TYPE
56 #define RDF_TYPE "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
57 #endif
58 
59 #ifdef __cplusplus
60 extern "C" {
61 #endif
62 
63 
76 
88 
102 
117 
133 
150 
151 
166 
179 
192 
205 
217 SSLOG_EXTERN int sslog_ss_exists_uuid(char *uuid);
218 
231 
245 
248 #ifdef __cplusplus
249 }
250 #endif
251 
252 #endif /* _SS_CLASSES_H */