mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Full Doxygen documentation
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
/**
|
||||
* @defgroup STA_RTOS_SHAREDMEM SharedMem
|
||||
* @ingroup STA_RTOS_API
|
||||
* @brief RTOS Shared Memory.
|
||||
*/
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
@@ -16,8 +22,8 @@ namespace sta
|
||||
* @brief Interface object for using CMSIS RTOS2 MemPool for one variable.
|
||||
*
|
||||
* @tparam Message type
|
||||
*
|
||||
* @ingroup STA_RTOS_API
|
||||
*
|
||||
* @ingroup STA_RTOS_SHAREDMEM
|
||||
*/
|
||||
template <typename T>
|
||||
class RtosSharedMem
|
||||
|
Reference in New Issue
Block a user