mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-09-28 21:17:33 +00:00
Doxygen: Sync to SYNC
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup STA_RTOS_Sync Process synchronization
|
* @defgroup STA_RTOS_SYNC Process synchronization
|
||||||
* @ingroup STA_RTOS_API
|
* @ingroup STA_RTOS_API
|
||||||
* @brief Classes for process synchronization.
|
* @brief Classes for process synchronization.
|
||||||
*/
|
*/
|
||||||
|
@@ -14,7 +14,7 @@ namespace sta
|
|||||||
/**
|
/**
|
||||||
* @brief Implementation of Event using CMSIS RTOS2.
|
* @brief Implementation of Event using CMSIS RTOS2.
|
||||||
*
|
*
|
||||||
* @ingroup STA_RTOS_Sync
|
* @ingroup STA_RTOS_SYNC
|
||||||
*/
|
*/
|
||||||
class RtosEvent : public Event
|
class RtosEvent : public Event
|
||||||
{
|
{
|
||||||
|
@@ -13,7 +13,7 @@ namespace sta
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @brief Implementation of Mutex interface using CMSIS RTOS2.
|
* @brief Implementation of Mutex interface using CMSIS RTOS2.
|
||||||
* @ingroup STA_RTOS_Sync
|
* @ingroup STA_RTOS_SYNC
|
||||||
*/
|
*/
|
||||||
class RtosMutex : public Mutex
|
class RtosMutex : public Mutex
|
||||||
{
|
{
|
||||||
|
@@ -14,7 +14,7 @@ namespace sta
|
|||||||
/**
|
/**
|
||||||
* @brief Implementation of Signal interface using CMSIS RTOS2.
|
* @brief Implementation of Signal interface using CMSIS RTOS2.
|
||||||
*
|
*
|
||||||
* @ingroup STA_RTOS_Sync
|
* @ingroup STA_RTOS_SYNC
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class RtosSignal : public Signal
|
class RtosSignal : public Signal
|
||||||
|
Reference in New Issue
Block a user