#include <ckpi/ckpi.h>
#include "utils/check_func.h"
#include "ss_multisib.h"
#include <time.h>
Go to the source code of this file.
Macro Definition Documentation
#define KPLIB_UUID_MAX_LEN 64 |
rdf:type.
UUID maximum lenght.
Function Documentation
Generate UUID.
- Returns:
- new UUID on success or NULL otherwise.
Generate UUID according given class (generates valid URI).
- Returns:
- new UUID on success or NULL otherwise.
ss_info struct for KP.
Get ss_info struct.
ss_info used by KPI Low functions.
- Returns:
- ss_info on success or NULL otherwise. Set KPI Low ss_errno to 0.
Makes different library initialization.
- Returns:
- 0 on success or not otherwise.
SSLOG_EXTERN int sslog_ss_init_session_with_parameters |
( |
const char * |
space_id, |
|
|
const char * |
ss_address, |
|
|
int |
ss_port |
|
) |
| |
Makes different library initialization using given data.
- Parameters:
-
space_id | Smart Space id. |
ss_address | Smart Space address(ip or nota). |
ss_port | Smart Space port. |
- Returns:
- 0 on success or not otherwise.