store_item_t Struct Reference

#include <mcl_connectivity/src/store.h>

Collaboration diagram for store_item_t:
Collaboration graph

Data Fields

void * item
 Item to be added to the store. More...
 
E_MCL_STORE_ITEM_STATUS status
 Status of item in the store. More...
 
mcl_size_t id
 Id of the item in the store. More...
 
mcl_size_t item_size
 Size of the item in the store. More...
 

Detailed Description

General data type for item in store_item_t. Data can be one of the following (distinguish by type):

Definition at line 37 of file store.h.

Field Documentation

mcl_size_t store_item_t::id

Id of the item in the store.

Definition at line 41 of file store.h.

Referenced by _store_add_data().

void* store_item_t::item

Item to be added to the store.

Definition at line 39 of file store.h.

Referenced by _check_store_size(), _prepare_body_for_store(), and _store_add_data().

mcl_size_t store_item_t::item_size

Size of the item in the store.

Definition at line 42 of file store.h.

Referenced by _check_store_size(), and _select_store_items_to_exchange().

E_MCL_STORE_ITEM_STATUS store_item_t::status

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