Embedded Template Library 1.0
|
Interface for a reference counted message pool. More...
#include <ireference_counted_message_pool.h>
Public Member Functions | |
virtual void | release (const etl::ireference_counted_message &msg)=0 |
Protected Member Functions | |
virtual void | lock () |
virtual void | unlock () |
Interface for a reference counted message pool.
The pool lock function. Override to add thread or interrupt locking to the pool.
|
pure virtual |
Implemented in etl::reference_counted_message_pool< TCounter >.
The pool unlock function. Override to add thread or interrupt unlocking to the pool.