utils-lists 4.0.2
The µOS++ Intrusive Lists
Loading...
Searching...
No Matches
micro_os_plus Namespace Reference

The primary namespace for the µOS++ framework. More...

Namespaces

namespace  utils
 The µOS++ utilities definitions.
 

Detailed Description

The primary namespace for the µOS++ framework.

The micro_os_plus namespace serves as the main scope for all components of the µOS++ framework, encompassing classes, functions, variables, enumerations, type definitions, and related entities.

This namespace is further structured into nested namespaces, each dedicated to specific modules or subsystems. By encapsulating all definitions within well-defined namespaces, the framework achieves clear code organisation, minimises naming conflicts, and enhances overall maintainability.

This approach promotes modular development, facilitates code reuse, and ensures seamless integration of components within the µOS++ ecosystem, supporting the creation of efficient, robust, and scalable embedded systems.