Skip to main content

Module id

Module id 

Source
Expand description

Generic OSAL object ID APIs.

This module provides utilities for working with generic OsalIds, which are the underlying type for all OSAL resources (tasks, queues, mutexes, etc.).

Structs§

OsalId
A generic, type-safe wrapper for an OSAL object ID.

Enums§

ObjectType
The type of an OSAL object.

Functions§

for_each_object
Iterates over all OSAL objects and calls a closure for each one.
for_each_object_of_type
Iterates over all OSAL objects of a specific type and calls a closure for each one.