1#ifndef OS_WRAPPER_VARIABLE_MEMORY_POOL_FACTORY_H_INCLUDED
2#define OS_WRAPPER_VARIABLE_MEMORY_POOL_FACTORY_H_INCLUDED
8class VariableMemoryPool;
Definition VariableMemoryPoolFactory.h:10
virtual ~VariableMemoryPoolFactory()
Definition VariableMemoryPoolFactory.h:12
virtual VariableMemoryPool * create(std::size_t memoryPoolSize, void *memoryPoolAddress)=0
virtual void destroy(VariableMemoryPool *p)=0
Abstract class that has functions of common RTOS's variable-size memory pool.
Definition VariableMemoryPool.h:21
OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag,...
Definition EventFlag.cpp:5