#include "ss_func.h"Functions | |
| ss_info_t * | get_ss_info () |
| Get ss_info struct. | |
| void | reset_ss_errno () |
| Set KPI Low ss_errno to 0. | |
| int | init_individual (individual_t *ind) |
| Initialize individual for SS. | |
| int | init_individual_with_uuid (individual_t *ind, const char *uuid) |
| char * | generate_uuid () |
| Generate UUID. | |
| int | init_ss () |
| Makes different library initialization. | |
| int | init_ss_with_parameters (const char *space_id, const char *ss_address, int ss_port) |
| Makes different library initialization using given data. | |
| char* generate_uuid | ( | ) |
Generate UUID.
| ss_info_t* get_ss_info | ( | ) |
Get ss_info struct.
ss_info used by KPI Low functions.
| int init_individual | ( | individual_t * | ind | ) |
Initialize individual for SS.
This function generate UUID and registry given individuals in SS.
| individual_t | individual for initialize. |
| int init_individual_with_uuid | ( | individual_t * | ind, | |
| const char * | uuid | |||
| ) |
| int init_ss | ( | ) |
Makes different library initialization.
| int init_ss_with_parameters | ( | const char * | space_id, | |
| const char * | ss_address, | |||
| int | ss_port | |||
| ) |
Makes different library initialization using given data.
| space_id | Smart Space id. | |
| ss_address | Smart Space address(ip or nota). | |
| ss_port | Smart Space port. |
| void reset_ss_errno | ( | ) |
Set KPI Low ss_errno to 0.