![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Traceable object. More...
#include <stk_common.h>
Public Member Functions | |
| void | SetTraceName (const char *name) |
| Set name. | |
| const char * | GetTraceName () const |
| Get name. | |
Traceable object.
Definition at line 254 of file stk_common.h.
|
inline |
Get name.
NULL if not set or if STK_SYNC_DEBUG_NAMES is 0. Definition at line 278 of file stk_common.h.
|
inline |
Set name.
| [in] | name | Null-terminated string or NULL. |
Definition at line 266 of file stk_common.h.