elemy-sensortree 1.0.0
Data Fields
_tree_node Struct Reference

#include <el_sensortree.h>

Collaboration diagram for _tree_node:
Collaboration graph
[legend]

Data Fields

int nn
 
int parent
 NodeNumber. More...
 
int prev
 
int next
 ndxs of prev and nect on same level where .0. is upper level (parent) Also used in free nodes list More...
 
int child
 ndxs of children More...
 
int lvl
 
node_addr_t addr
 
sensors_node_t node
 

Detailed Description

SensorTree ST in shared memory allocated pool of tree_node

!!! all works with ptr to struct

Field Documentation

◆ addr

◆ child

int child

ndxs of children

◆ lvl

int lvl

◆ next

int next

ndxs of prev and nect on same level where .0. is upper level (parent) Also used in free nodes list

◆ nn

int nn

◆ node

sensors_node_t node

◆ parent

int parent

NodeNumber.

parent ndx

◆ prev

int prev

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