Internalfunctions - SmartSlog KP Library
Data Fields
subscription_changes_data_s Struct Reference

Struct contains information about subscription changes. More...

#include <subscription_changes_internal.h>

Data Fields

int rtti
int sequence_number
list_t updated_props
list_t removed_props
list_t inserted_props
list_t updated_individuals
list_t removed_individuals
list_t inserted_individuals

Detailed Description

Struct contains information about subscription changes.

Every time then indication is received, then subscribed data can be changed. This structure contains information about this changes. It contains individual's UUID, individuals can be inserted, updated and removed from the smart space.

Updated individuals are individuals that have changed properties. The property changes are represented with property_changes_data_s structure.

See also:
subscription_changes_data_t

Field Documentation

list_t subscription_changes_data_s::inserted_individuals

UUIDs of Individuals that were inserted to the smart space.

list_t subscription_changes_data_s::inserted_props

List with inserted(new) properties.

list_t subscription_changes_data_s::removed_individuals

UUIDs of Individuals that were removed from the smart space.

list_t subscription_changes_data_s::removed_props

List with removed properties.

int subscription_changes_data_s::rtti

Run-time type information.

int subscription_changes_data_s::sequence_number

Sequence number of changes.

list_t subscription_changes_data_s::updated_individuals

UUIDs of individuals with changed properties.

list_t subscription_changes_data_s::updated_props

List with updated properties.


The documentation for this struct was generated from the following file: