Definition at line 56 of file list.h.
◆ Item()
ItemList::Item::Item |
( |
const char * |
pId, |
|
|
uint16_t |
val |
|
) |
| |
Constructor for nested class Item.
It saves id and value to the object item.
Definition at line 224 of file list.cpp.
◆ getPointToNextItem()
Get pointer to next object.
- Returns
- _pNext which is pointer to following object in list.
Definition at line 241 of file list.cpp.
◆ getPointToPrevItem()
Get pointer to next object.
- Returns
- _pPrev which is pointer to previous object in list.
Definition at line 257 of file list.cpp.
◆ saveId()
void ItemList::Item::saveId |
( |
const char * |
pSrc | ) |
|
Save id of an object.
- Parameters
-
pSrc | which is a pointer to source string |
Definition at line 265 of file list.cpp.
◆ setPointToNextItem()
void ItemList::Item::setPointToNextItem |
( |
Item * |
pItem | ) |
|
Set pointer to next object.
- Parameters
-
pItem | is pointer to object Item. |
Definition at line 233 of file list.cpp.
◆ setPointToPrevItem()
void ItemList::Item::setPointToPrevItem |
( |
Item * |
pItem | ) |
|
Set pointer to previous object.
- Parameters
-
pItem | is pointer to object Item. |
Definition at line 249 of file list.cpp.
◆ _pCallback
void(* ItemList::Item::_pCallback) (uint16_t) = nullptr |
◆ accessRights
uint8_t ItemList::Item::accessRights = 1 |
◆ id
◆ value
uint16_t ItemList::Item::value = 0 |
The documentation for this class was generated from the following files: