mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Created debug.hpp and fixed doxygen
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
#include <sta/tacos/thread.hpp>
|
||||
|
||||
|
||||
/**
|
||||
* @defgroup tacos_watchdog Watchdog Task
|
||||
* @ingroup tacos
|
||||
* @brief Watchdog class for TACOS.
|
||||
*/
|
||||
|
||||
namespace sta
|
||||
{
|
||||
namespace tacos
|
||||
@@ -23,6 +29,7 @@ namespace sta
|
||||
/**
|
||||
* @brief Watchdog class for TACOS using singleton pattern.
|
||||
*
|
||||
* @ingroup tacos_watchdog
|
||||
*/
|
||||
class Watchdog: public TacosThread
|
||||
{
|
||||
@@ -30,7 +37,7 @@ namespace sta
|
||||
/**
|
||||
* @brief Getter for the singleton instance. Constructs the instance if no exists.
|
||||
*
|
||||
* @return Watchdog*
|
||||
* @ingroup tacos_watchdog
|
||||
*/
|
||||
static Watchdog* instance()
|
||||
{
|
||||
|
Reference in New Issue
Block a user