Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_obj_type Struct Reference

Object type structure. More...

#include <obj_core.h>

Data Fields

sys_snode_t node
 Node within list of object types.
 
sys_slist_t list
 List of objects of this object type.
 
uint32_t id
 Unique type ID.
 
size_t obj_core_offset
 Offset to obj_core field.
 

Detailed Description

Object type structure.

Field Documentation

◆ id

uint32_t k_obj_type::id

Unique type ID.

◆ list

sys_slist_t k_obj_type::list

List of objects of this object type.

◆ node

sys_snode_t k_obj_type::node

Node within list of object types.

◆ obj_core_offset

size_t k_obj_type::obj_core_offset

Offset to obj_core field.


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