mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Updated: Doxygen Documentation
This commit is contained in:
committed by
CarlWachter
parent
b3ed26e288
commit
16b9e6135c
@@ -23,12 +23,17 @@ namespace sta
|
||||
HEX /**< Hexadecimal */
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Printable UART interface.
|
||||
*
|
||||
* @ingroup sta_core
|
||||
*/
|
||||
class Printable
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @brief fmt The string defining the desired format.
|
||||
* @breif ... The parameters for the formatted string.
|
||||
* @brief ... The parameters for the formatted string.
|
||||
*/
|
||||
void printf(const char * fmt, ...);
|
||||
|
||||
|
@@ -5,6 +5,11 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief A formatted printable class that prints to stdout.
|
||||
*
|
||||
* @ingroup sta_core
|
||||
*/
|
||||
class PrintablePrintf : public Printable
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user