Czpp::atomic_bitset< T_BitsetSize > | Class wrapping an atomic_var_t array |
Czpp::atomic_var | Class wrapping an atomic_var_t |
Czpp::base_heap< T_Heap > | Heap memory allocater CRTP base class |
▼Czpp::base_heap< heap< T_Size > > | |
Czpp::heap< T_Size > | Heap class |
▼Czpp::base_heap< heap_ref > | |
Czpp::heap_ref | Heap reference class |
Czpp::condition_variable_base< T_ConditionVariable > | A condition variable CRTP base class |
▼Czpp::condition_variable_base< condition_variable > | |
Czpp::condition_variable | A condition variable class |
▼Czpp::condition_variable_base< condition_variable_ref > | |
Czpp::condition_variable_ref | A class using a reference to another native condition variable or zpp::condition_variable |
Czpp::cycle_clock | Clock representing the system’s hardware clock |
Czpp::error_result< T_Error > | Helper class for error result |
Czpp::fifo_base< T_BaseFifoType, T_BaseItemType > | Fifo CRTP base class |
▼Czpp::fifo_base< fifo, T_ItemType > | |
Czpp::fifo< T_ItemType > | Fifo that manages a k_fifo object |
▼Czpp::fifo_base< fifo_ref, T_ItemType > | |
Czpp::fifo_ref< T_ItemType > | Fifo that references a k_fifo object |
Czpp::futex_base< T_Futex > | A CRTP futex base class |
▼Czpp::futex_base< futex > | |
Czpp::futex | A futex class |
▼Czpp::futex_base< futex_ref > | |
Czpp::futex_ref | A futex class referencing another futex object |
Czpp::lock_guard< T_Mutex > | Lock_guard using zpp::mutex as a lock |
Czpp::mem_slab_base< T_MemSlab > | Allocator that uses k_mem_slab for memory |
▼Czpp::mem_slab_base< mem_slab< T_BlockSize, T_BlockCount, sizeof(void *) > > | |
Czpp::mem_slab< T_BlockSize, T_BlockCount, T_Align > | A memory slab class |
▼Czpp::mem_slab_base< mem_slab_ref > | |
Czpp::mem_slab_ref | A mem_slab class referencing another mem slab object |
Czpp::mutex_base< T_Mutex > | A recursive mutex CRTP base class |
▼Czpp::mutex_base< mutex > | |
Czpp::mutex | A recursive mutex class |
▼Czpp::mutex_base< mutex_ref > | |
Czpp::mutex_ref | A recursive mutex class borrowing the native mutex |
Czpp::poll_event | Wrapper class around a k_poll_event |
Czpp::poll_event_set< T_Size > | A set of poll events |
Czpp::poll_signal_base< T_PollSignal > | CRTP base class for poll_signals |
▼Czpp::poll_signal_base< poll_signal > | |
Czpp::poll_signal | Class owning a k_poll_signal |
▼Czpp::poll_signal_base< poll_signal_ref > | |
Czpp::poll_signal_ref | Class wrapping a k_poll_signal |
Czpp::result< T_Ok, T_Error > | Result class |
Czpp::result< void, T_Error > | Result class |
Czpp::sched_lock_guard | Guard to automatically lock/unlock scheduler |
Czpp::sem_base< T_Sem > | Counting semaphore base class |
▼Czpp::sem_base< sem > | |
Czpp::sem | A counting semaphore class |
▼Czpp::sem_base< sem_ref > | |
Czpp::sem_ref | A counting semaphore class borrowing the native sem |
Czpp::sys_mutex_base< T_Mutex > | A userspace mutex class |
▼Czpp::sys_mutex_base< sys_mutex > | |
Czpp::sys_mutex | A recursive mutex class |
▼Czpp::sys_mutex_base< sys_mutex_ref > | |
Czpp::sys_mutex_ref | A recursive mutex class borrowing the native mutex |
Czpp::thread | The class thread repecents a single Zephyr thread |
Czpp::thread_attr | Thread creation attributes |
Czpp::thread_data | Thread_data holds the stack and thread control block memory |
Czpp::thread_id | Thead ID |
Czpp::thread_prio | Thread priority |
Czpp::thread_stack | Thread_stack holds the stack and thread control block memory |
Czpp::thread_start_delay< T_Rep, T_Period > | |
▼Czpp::timer_base | Base class for the timer class |
Czpp::basic_timer< T_ExpireCallback > | Timer class with only an expire callback |
Czpp::sync_timer | Timer class with no callbacks used for syncing only |
Czpp::timer< T_ExpireCallback, T_StopCallback > | Timer class with expire and stop callbacks |
Czpp::unique_lock< T_Mutex > | Zpp::unique_lock using zpp::mutex as a lock |
Czpp::uptime_clock | Clock measuring elapsed time since the system booted |