mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-05 19:01:54 +00:00
Full Doxygen documentation
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
/**
|
||||
* @defgroup STA_RTOS_MEMPOOL MemPool
|
||||
* @ingroup STA_RTOS_API
|
||||
* @brief RTOS Memory Pool.
|
||||
*/
|
||||
|
||||
namespace sta
|
||||
{
|
||||
@@ -17,7 +22,7 @@ namespace sta
|
||||
*
|
||||
* @tparam Message type
|
||||
*
|
||||
* @ingroup STA_RTOS_API
|
||||
* @ingroup STA_RTOS_MEMPOOL
|
||||
*/
|
||||
template <typename T>
|
||||
class RtosMemPool
|
||||
|
Reference in New Issue
Block a user